This commit is contained in:
2024-06-03 10:05:35 -05:00
parent 087f132a32
commit d305ed01ac
14 changed files with 22 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#ifndef DTL_EXAMPLE_COMMON_H
#define DTL_EXAMPLE_COMMON_H
#include "dtl.hpp"
#include "dtl/dtl.hpp"
bool isFileExist(std::string &fs);
bool isFewArgs(int argc, int limit = 3);