diff options
author | default <nobody@localhost> | 2022-09-19 20:47:22 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-19 20:47:22 +0200 |
commit | de917a07d21199f72f845333a6fb60c2f7aebd46 (patch) | |
tree | 6747d85ced66c3f6f0f754b0a3bc98c7cd5e52d9 /snac.c | |
parent | 67288a763b8bceadbb128d2cf5bdc431ba8a686f (diff) |
More dummy files.
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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; +} |