文件操作 - CheckFunctionExists.c
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/cmake3/Modules/CheckFunctionExists.c
编辑文件内容
#ifdef CHECK_FUNCTION_EXISTS # ifdef __cplusplus extern "C" # endif char CHECK_FUNCTION_EXISTS(void); # ifdef __CLASSIC_C__ int main() { int ac; char* av[]; # else int main(int ac, char* av[]) { # endif CHECK_FUNCTION_EXISTS(); if (ac > 1000) { return *av[0]; } return 0; } #else /* CHECK_FUNCTION_EXISTS */ # error "CHECK_FUNCTION_EXISTS has to specify the function" #endif /* CHECK_FUNCTION_EXISTS */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件