repo.or.cz
/
rofl0r-xstring.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[rofl0r-xstring.git]
/
xchar.h
blob
94e167463b7d84d778883572a8c0745e08abbdc4
1
/*
2
* xchar.h
3
*
4
* Created on: 15.10.2010
5
* Author: rofl
6
*/
7
8
#ifndef XCHAR_H_
9
#define XCHAR_H_
10
11
#include
"xtypes.h"
12
13
bool
xchar_containedin_pointer
(
uchar self
,
uchar
*
data
,
xuint datasize
);
14
15
#endif
/* XCHAR_H_ */