Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   open.3p    ( 3 )

открыть файл (open file)

Синопсис (Synopsis)

#include <sys/stat.h> #include <fcntl.h>

int open(const char *path, int oflag, ...); int openat(int fd, const char *path, int oflag, ...);