#ifndef __TYPES_H #define __TYPES_H #include typedef APTR SECTIONSTOREPTR; typedef APTR LINEPTR; typedef APTR SECTIONPTR; typedef APTR VARIABLEPTR; typedef APTR CONFIGFILEPTR; typedef APTR PATTERNPTR; typedef APTR StringArray; typedef APTR LineArray; typedef APTR SectionArray; typedef APTR VariableArray; typedef APTR SectionMap; // a map of string (canonical name) to Section #endif