Electroneum
Loading...
Searching...
No Matches
minixml.h File Reference

Go to the source code of this file.

Classes

struct  xmlparser

Macros

#define IS_WHITE_SPACE(c)

Functions

void parsexml (struct xmlparser *)

Macro Definition Documentation

◆ IS_WHITE_SPACE

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

Definition at line 13 of file minixml.h.

Function Documentation

◆ parsexml()

void parsexml ( struct xmlparser * )