snac.c 317 B

1234567891011121314151617181920
  1. /* copyright (c) 2022 grunfink - MIT license */
  2. #define XS_IMPLEMENTATION
  3. #include "xs.h"
  4. #include "xs_io.h"
  5. #include "xs_encdec.h"
  6. #include "xs_json.h"
  7. #include "xs_curl.h"
  8. #include "xs_openssl.h"
  9. #include "xs_socket.h"
  10. #include "xs_httpd.h"
  11. #include "snac.h"
  12. int main(int argc, char *argv[])
  13. {
  14. return 0;
  15. }