15 void 16 die(const char* p_text) 17 { 18 #ifdef DIE_DEBUG
20 #endif 21 vsf_sysutil_exit(1); 22 }
下から選んでください: