summaryrefslogtreecommitdiffhomepage
path: root/yscan-main.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
commit44479895f325cbbc283553dcb10b29a0af3b480b (patch)
treef29b9da1c782554ec3cef375d7cc771a0d56756e /yscan-main.cpp
parent45983abe664be648b513202c8c12578c9a85784f (diff)
Added yscan
Diffstat (limited to 'yscan-main.cpp')
-rw-r--r--yscan-main.cpp6
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);
+}