init
This commit is contained in:
13
examples/common.hpp
Normal file
13
examples/common.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef DTL_EXAMPLE_COMMON_H
|
||||
#define DTL_EXAMPLE_COMMON_H
|
||||
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
|
||||
using namespace std;
|
||||
|
||||
bool isFileExist (string& fs);
|
||||
bool isFewArgs (int argc, int limit = 3);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user