00001 /* 00002 * squareball: A general-purpose library for C99. 00003 * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br> 00004 * 00005 * This program can be distributed under the terms of the BSD License. 00006 * See the file LICENSE. 00007 */ 00008 00009 #ifndef _SQUAREBALL_H 00010 #define _SQUAREBALL_H 00011 00021 #include <squareball/sb-configparser.h> 00022 #include <squareball/sb-error.h> 00023 #include <squareball/sb-file.h> 00024 #include <squareball/sb-mem.h> 00025 #include <squareball/sb-shell.h> 00026 #include <squareball/sb-slist.h> 00027 #include <squareball/sb-stdin.h> 00028 #include <squareball/sb-strfuncs.h> 00029 #include <squareball/sb-string.h> 00030 #include <squareball/sb-trie.h> 00031 #include <squareball/sb-utf8.h> 00032 00035 #endif /* _SQUAREBALL_H */