diff options
Diffstat (limited to 'read_cfg.h')
-rw-r--r-- | read_cfg.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/read_cfg.h b/read_cfg.h new file mode 100644 index 0000000..2e8c708 --- /dev/null +++ b/read_cfg.h @@ -0,0 +1,8 @@ +#ifndef READ_CFG_H +#define READ_CFG_H + +void cfg_interp(); + +void check_line(char *buffer); + +#endif |