9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

string.h (76B)


      1 #ifndef _SIZET
      2 typedef unsigned long size_t;
      3 #endif
      4 
      5 #define __NUMCHARS 128