axle OS
x86_32 UNIX-like hobby OS
unistd.h
1 #ifndef UNISTD_H
2 #define UNISTD_H
3 
4 #include "read.h"
5 #include "write.h"
6 #include "close.h"
7 #include "dup.h"
8 
9 #endif