scc

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

stdint.h (72B)


      1 #ifndef _STDINT_H_
      2 #define _STDINT_H_
      3 
      4 #include <arch/stdint.h>
      5 
      6 #endif