the last parts of the C standard library
This commit is contained in:
parent
b1e837afb4
commit
6e1158f49a
8 changed files with 361 additions and 32 deletions
6
05/errno.h
Normal file
6
05/errno.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _ERRNO_H
|
||||
#define _ERRNO_H
|
||||
|
||||
#include <stdc_common.h> // we define all the relevant things here
|
||||
|
||||
#endif // _ERRNO_H
|
Loading…
Add table
Add a link
Reference in a new issue