diff options
Diffstat (limited to 'yscan-main.cpp')
-rw-r--r-- | yscan-main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/yscan-main.cpp b/yscan-main.cpp new file mode 100644 index 0000000..f0d2930 --- /dev/null +++ b/yscan-main.cpp @@ -0,0 +1,6 @@ +#include "yscan.h" + +int main(int argc, char* argv[]) +{ + return yscan(argc, argv); +} |