Defines | |
#define | ERR_LONGDATA 1 |
Line is too long (Error). | |
#define | ERR_NOCLOSESEC 2 |
No closing bracket in section definition (Error). | |
#define | ERR_NOSECTION 3 |
Section name is missing (Error). | |
#define | ERR_SECTIONLONG 4 |
Section name too long (Error). | |
#define | ERR_NOEQUAL 5 |
No equal sign (Error). | |
#define | ERR_NOKEY 6 |
No key before equal sign (Error). | |
#define | ERR_LONGKEY 7 |
Key is too long (Error). | |
#define | ERR_READ 8 |
Failed to read line (Error). | |
#define | ERR_SPACE 9 |
Line starts with space when it should not (Error). | |
#define | ERR_MAXPARSE ERR_SPACE |
Size of the error array. | |
#define | ERR_LONGDATA 1 |
Line is too long (Error). | |
#define | ERR_NOCLOSESEC 2 |
No closing bracket in section definition (Error). | |
#define | ERR_NOSECTION 3 |
Section name is missing (Error). | |
#define | ERR_SECTIONLONG 4 |
Section name too long (Error). | |
#define | ERR_NOEQUAL 5 |
No equal sign (Error). | |
#define | ERR_NOKEY 6 |
No key before equal sign (Error). | |
#define | ERR_LONGKEY 7 |
Key is too long (Error). | |
#define | ERR_READ 8 |
Failed to read line (Error). | |
#define | ERR_SPACE 9 |
Line starts with space when it should not (Error). | |
#define | ERR_MAXPARSE ERR_SPACE |
Size of the error array. |