errno.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
---
errno.h (66B)
---
1 #ifndef _ERRNO_H
2 #define _ERRNO_H
3
4 #include <sys/errno.h>
5
6 #endif