aboutsummaryrefslogtreecommitdiff
path: root/src/utils/file.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-09-18 19:46:38 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-09-18 19:57:20 +0330
commitd6ba30b94a24607bce5db5e706eb20cc051a98f0 (patch)
tree146e74b0bc2e1636451257015210e3c7d1a0ecab /src/utils/file.h
initial commit
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);