open系统调用
open系统调用 #include #include #include int open(const char *path,int oflags); int open(const char *path,int oflags, mode_t mode); ...
Free Open Share