1229 int 1230 vsf_sysutil_statbuf_is_regfile(const struct vsf_sysutil_statbuf* p_stat) 1231 { 1232 const struct stat* p_realstat = (const struct stat*) p_stat; 1233 return S_ISREG(p_realstat->st_mode); 1234 }
下から選んでください: