1104 int 1105 vsf_sysutil_open_file(const char* p_filename, 1106 const enum EVSFSysUtilOpenMode mode) 1107 { 1108 return open(p_filename, vsf_sysutil_translate_openmode(mode) | O_NONBLOCK); 1109 }
下から選んでください: