Files
libc/include/fcntl.h
T
2020-07-16 22:49:00 +03:00

5 lines
93 B
C

#pragma once
#include <ygg/fcntl.h>
int open(const char *pathname, int flags, mode_t mode);