9os

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

string.h (90B)


      1 #ifndef SIZET_
      2 typedef unsigned int size_t;
      3 #define SIZET_
      4 #endif
      5 
      6 #define __NUMCHARS 128