diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..1fc7113 --- /dev/null +++ b/src/utils.h @@ -0,0 +1,7 @@ +#ifndef UTILS_H +#define UTILS_H + +char * +read_file_contents(char *file_path); + +#endif /* UTILS_H */ |
