scc

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

errno.h (66B)


      1 #ifndef _ERRNO_H
      2 #define _ERRNO_H
      3 
      4 #include <sys/errno.h>
      5 
      6 #endif