![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
| #define | EAT_SPACE(ptr) while( ptr && *ptr && isspace((int)*ptr) ) ptr++ |
| #define | EAT_WORD(ptr) while( ptr && *ptr && !isspace((int)*ptr) && ('>' != *ptr)) ptr++ |
| #define | show(x) |
Functions | |
| const char * | spitout (FILE *stream, const char *main, const char *sub, int *size) |
| #define EAT_SPACE | ( | ptr | ) | while( ptr && *ptr && isspace((int)*ptr) ) ptr++ |
| #define EAT_WORD | ( | ptr | ) | while( ptr && *ptr && !isspace((int)*ptr) && ('>' != *ptr)) ptr++ |
1.8.6.