cgma
|
Go to the source code of this file.
Defines | |
#define | EATSPACE(a) |
Functions | |
static bool | strempty (const char *s) |
Variables | |
const char | DEFAULT_SEPARATOR = ';' |
#define EATSPACE | ( | a | ) |
while ((!strncmp(a, " ", 1) || \ !strncmp(a, ",", 1)) && !strempty(a)) a++;
static bool strempty | ( | const char * | s | ) | [inline, static] |
Definition at line 14 of file CGMFileOptions.cpp.
{ return !*s; }
const char DEFAULT_SEPARATOR = ';' |
Definition at line 12 of file CGMFileOptions.cpp.