#ifndef IO_SYS_H #define IO_SYS_H #include "write.h" #include "read.h" #define STDIN_FD 0 #define STDOUT_FD 1 #define STDERR_FD 2 #endif