snac2/snac.c

21 lines
317 B
C
Raw Normal View History

2022-09-19 21:47:22 +03:00
/* 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;
}