Home
       stdlib.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
       ---
       stdlib.h (46B)
       ---
            1 #define EXIT_FAILURE 1
            2 #define EXIT_SUCCESS 0