Probiotics (in bot form) for programming.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

23 lines
362B

  1. #define DECL static
  2. #define VARDECL static
  3. #include <assert.h>
  4. #include <stdio.h>
  5. #include <stdarg.h>
  6. #include <string.h>
  7. #include <time.h>
  8. #include <stdlib.h>
  9. #include <ctype.h>
  10. #include <libircclient.h>
  11. #include <sqlite3.h>
  12. #include "error.h"
  13. #include "irccolors.h"
  14. #include "config.h"
  15. #include "stmt.c"
  16. #include "api.c"
  17. #include "irc.c"
  18. #include "main.c"