move to cmake
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
#include "common.hpp"
|
||||
|
||||
bool isFileExist(string &fs) {
|
||||
bool isFileExist(std::string &fs) {
|
||||
FILE *fp;
|
||||
if ((fp = fopen(fs.c_str(), "r")) == NULL) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user