scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

stdlib.h (69B)


      1 #define EXIT_FAILURE 1
      2 #define EXIT_SUCCESS 0
      3 #define __SCC_PUTENV__