标签:mode 语言 rgba nbsp == return file str const
1 bool file_exist(const char *path) 2 { 3 struct stat st; 4 5 return (stat(path, &st) == 0) && (!S_ISDIR(st.st_mode)); 6 }
标签:mode 语言 rgba nbsp == return file str const
原文地址:https://www.cnblogs.com/coolYuan/p/14360535.html