scc
simple c99 compiler
git clone
git://git.simple-cc.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
string.h (71B)
1
#ifndef _SIZET
2
typedef unsigned size_t;
3
#endif
4
5
#define __NUMCHARS 128