1207 int 1208 vsf_sysutil_stat(const char* p_name, struct vsf_sysutil_statbuf** p_ptr) 1209 { 1210 vsf_sysutil_alloc_statbuf(p_ptr); 1211 return stat(p_name, (struct stat*) (*p_ptr)); 1212 }
下から選んでください: