scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

string.h (52B)


      1 #ifndef _SIZET
      2 typedef unsigned long size_t;
      3 #endif