initial commit
[rofl0r-xstring.git] / xchar.h
blob94e167463b7d84d778883572a8c0745e08abbdc4
1 /*
2 * xchar.h
4 * Created on: 15.10.2010
5 * Author: rofl
6 */
8 #ifndef XCHAR_H_
9 #define XCHAR_H_
11 #include "xtypes.h"
13 bool xchar_containedin_pointer(uchar self, uchar* data, xuint datasize);
15 #endif /* XCHAR_H_ */