#include #include int creat(const char *path, mode_t mode) { return syscall(creat, path, mode); }