summaryrefslogtreecommitdiff
path: root/nfcommander.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2023-06-14 22:51:13 +0200
committercbdev <cb@cbcdn.com>2023-06-14 22:51:13 +0200
commit9fbad1544764c515cb1f22bc552f33bb41206e92 (patch)
tree36b66aee2f956197d28621ac96a922ecee1e2f21 /nfcommander.h
parent1f22af635893d4c3221dffca8f05ea3bb8870028 (diff)
downloadnfcommander-9fbad1544764c515cb1f22bc552f33bb41206e92.tar.gz
nfcommander-9fbad1544764c515cb1f22bc552f33bb41206e92.tar.bz2
nfcommander-9fbad1544764c515cb1f22bc552f33bb41206e92.zip
Skeleton structure implementation
Diffstat (limited to 'nfcommander.h')
-rw-r--r--nfcommander.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nfcommander.h b/nfcommander.h
new file mode 100644
index 0000000..dbab99f
--- /dev/null
+++ b/nfcommander.h
@@ -0,0 +1,8 @@
+#include <stdlib.h>
+#include <stdint.h>
+#include <inttypes.h>
+
+#ifndef NFCOMMANDER_VERSION
+ #define NFCOMMANDER_VERSION "v0.1-dev"
+#endif
+