diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-12 23:46:53 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-12 23:46:53 -0400 |
commit | 58e0d435c38c0b4e6c59244436556dba6ed96abf (patch) | |
tree | 8876d6c5d2d7bdbb4e0bfef1eda33e49bf1f1da3 /include/util.h | |
parent | c760493f48e4f8c6fd9f3effb5082d263128548c (diff) | |
download | lat-58e0d435c38c0b4e6c59244436556dba6ed96abf.tar.gz lat-58e0d435c38c0b4e6c59244436556dba6ed96abf.zip |
Add argsv0.4.0
- add color arg
- add lines arg
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index ddb86fc..1b0243c 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,6 @@ #ifndef LIB_H #define LIB_H +#include <stdbool.h> #include <stddef.h> void die(const char *message); |