summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/snac.c b/snac.c
new file mode 100644
index 0000000..c28c607
--- /dev/null
+++ b/snac.c
@@ -0,0 +1,20 @@
+/* copyright (c) 2022 grunfink - MIT license */
+
+#define XS_IMPLEMENTATION
+
+#include "xs.h"
+#include "xs_io.h"
+#include "xs_encdec.h"
+#include "xs_json.h"
+#include "xs_curl.h"
+#include "xs_openssl.h"
+#include "xs_socket.h"
+#include "xs_httpd.h"
+
+#include "snac.h"
+
+
+int main(int argc, char *argv[])
+{
+ return 0;
+}