Defines | |
#define | LINGDEFS_H 1 |
#define | BEGIN_C_DECLS |
#define | END_C_DECLS |
#define | FALSE (0) |
#define | TRUE (!FALSE) |
#define | LING_ARRAY_LEN(array) (sizeof(array) / sizeof((array)[0])) |
Typedefs | |
typedef int | lingbool |
typedef unsigned char | lingchar |
typedef unsigned int | luint |
typedef _lingLesson | lingLesson |
typedef _lingMeaning | lingMeaning |
|
|
|
|
|
|
|
A macro to get the size of an array (the element amount). |
|
|
|
|
|
This is a special defined boolean value, which can return TRUE and FALSE (and should only be used with those both types!). |
|
This is an unsigned char to hold UTF-8 encoded characters. |
|
|
|
|
|
|