Monero
Loading...
Searching...
No Matches
Classes | Macros | Functions
minixml.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xmlparser
 

Macros

#define IS_WHITE_SPACE(c)   ((c)==' ' || (c)=='\t' || (c)=='\r' || (c)=='\n')
 

Functions

void parsexml (struct xmlparser *)
 

Macro Definition Documentation

◆ IS_WHITE_SPACE

#define IS_WHITE_SPACE ( c)    ((c)==' ' || (c)=='\t' || (c)=='\r' || (c)=='\n')

Function Documentation

◆ parsexml()

void parsexml ( struct xmlparser * parser)