move to cmake

This commit is contained in:
2024-06-03 09:59:35 -05:00
parent d1c056e734
commit 087f132a32
41 changed files with 558 additions and 367 deletions

View File

@@ -1,13 +1,9 @@
#ifndef DTL_EXAMPLE_COMMON_H
#define DTL_EXAMPLE_COMMON_H
#include <cstdio>
#include <string>
#include "dtl.hpp"
using namespace std;
bool isFileExist(string &fs);
bool isFileExist(std::string &fs);
bool isFewArgs(int argc, int limit = 3);
#endif