formatting and fixes
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
#ifndef DTL_EXAMPLE_COMMON_H
|
||||
#define DTL_EXAMPLE_COMMON_H
|
||||
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
bool isFileExist (string& fs);
|
||||
bool isFewArgs (int argc, int limit = 3);
|
||||
bool isFileExist(string &fs);
|
||||
bool isFewArgs(int argc, int limit = 3);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user