aboutsummaryrefslogtreecommitdiff
path: root/src/utils/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/file.h')
-rw-r--r--src/utils/file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/file.h b/src/utils/file.h
new file mode 100644
index 0000000..541e69d
--- /dev/null
+++ b/src/utils/file.h
@@ -0,0 +1,3 @@
+#pragma once
+
+extern char *read_whole_file(const char *path);