diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-03 16:47:24 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-03 16:47:24 -0400 |
commit | 729f64b69ec05a4ba38feb444bbde3e8e1cf8101 (patch) | |
tree | 18ba5249d085db8eefeb1598f44c51403facad84 /include/lib.h | |
parent | volatile string fns (diff) | |
download | comus-729f64b69ec05a4ba38feb444bbde3e8e1cf8101.tar.gz comus-729f64b69ec05a4ba38feb444bbde3e8e1cf8101.tar.bz2 comus-729f64b69ec05a4ba38feb444bbde3e8e1cf8101.zip |
remove undeeded headers, add global lib.h header
Diffstat (limited to 'include/lib.h')
-rw-r--r-- | include/lib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lib.h b/include/lib.h new file mode 100644 index 0000000..7635845 --- /dev/null +++ b/include/lib.h @@ -0,0 +1,6 @@ +#include <ctype.h> +#include <error.h> +#include <stdbool.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> |