#ifndef ISO_H #define ISO_H #include #define O_RDONLY 0 int open(const char *path, int flags); #endif /* !ISO_H */