#ifndef UNISTD_H_ #define UNISTD_H_ #include extern int open(const char *path, int flags); extern int close(int fd); #endif