version 1.1, 2012/02/21 23:16:02
|
version 1.1.1.2, 2013/07/22 00:32:35
|
Line 8
|
Line 8
|
* This software is subject to the conditions detailed in the |
* This software is subject to the conditions detailed in the |
* LICENCE file provided in this distribution. |
* LICENCE file provided in this distribution. |
* */ |
* */ |
#ifndef __MINIXML_H__ | #ifndef MINIXML_H_INCLUDED |
#define __MINIXML_H__ | #define MINIXML_H_INCLUDED |
#define IS_WHITE_SPACE(c) ((c==' ') || (c=='\t') || (c=='\r') || (c=='\n')) |
#define IS_WHITE_SPACE(c) ((c==' ') || (c=='\t') || (c=='\r') || (c=='\n')) |
|
|
/* if a callback function pointer is set to NULL, |
/* if a callback function pointer is set to NULL, |