| #include <fcntl.h> | |
| int open(const char *path, int oflag, ... /* mode_t mode */ ); | |
| int openat(int fd, const char *path, int oflag, ... /* mode_t mode */ ); | |
| /* Both return: file descriptor if OK, −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment