New feature about dir

pull/152/head
x86kernel 10 years ago
parent 2460f97a20
commit 105d3a7c92

@ -206,6 +206,7 @@ inline int fopen_s(FILE** fp, const std::string& filename, const char* mode)
*fp = fopen((filename.c_str()), mode);
return *fp == nullptr;
#endif
}

Loading…
Cancel
Save