open函數
定義函數:
int open(const char * pathname, int flags);
int open(const char * pathname, int flags, mode_t mode);
定義函數:
int open(const char * pathname, int flags);
int open(const char * pathname, int flags, mode_t mode);