9os
Experimental kernel using plan9 ideas for embedded device
git clone
git://git.simple-cc.org/9os
Log
|
Files
|
Refs
|
README
|
LICENSE
string.h (71B)
1
#ifndef _SIZET
2
typedef unsigned size_t;
3
#endif
4
5
#define __NUMCHARS 128