diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 13:21:01 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 13:21:01 +0530 |
commit | f72ed582f71b2f95506e2edf426f87d3ba89a8c5 (patch) | |
tree | ab72d4a804aa89110f5595e00c5fdcbe33cb452c /include/config.h | |
parent | d406e4dba1c37c786353b61218d10e7cff01aa2c (diff) |
config: init
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h new file mode 100644 index 0000000..035a10c --- /dev/null +++ b/include/config.h @@ -0,0 +1,8 @@ +#ifndef __CONFIG_H +#define __CONFIG_H + +#define DELIM "=>" + +void config_parse(char *content); + +#endif |