Vidalia
0.2.17
|
Go to the source code of this file.
Classes | |
struct | xmlparser |
Defines | |
#define | IS_WHITE_SPACE(c) ((c==' ') || (c=='\t') || (c=='\r') || (c=='\n')) |
Functions | |
void | parsexml (struct xmlparser *) |
#define IS_WHITE_SPACE | ( | c | ) | ((c==' ') || (c=='\t') || (c=='\r') || (c=='\n')) |