olibc/src/include/fcntl.h

7 lines
87 B
C

#ifndef _FCNTL_H
#define _FCNTL_H
int open(const char *path, int oflag, ...);
#endif