Home
       stdint.h - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       stdint.h (143B)
       ---
            1 #ifndef _STDINT_H_
            2 #define _STDINT_H_
            3 
            4 #define _NEED_WCHARLIM
            5 #include <sys/cdefs.h>
            6 #include <arch/cdefs.h>
            7 
            8 #include <arch/stdint.h>
            9 
           10 #endif