diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-09-18 19:46:38 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-09-18 19:57:20 +0330 |
commit | d6ba30b94a24607bce5db5e706eb20cc051a98f0 (patch) | |
tree | 146e74b0bc2e1636451257015210e3c7d1a0ecab /src/utils/file.h |
initial commit
Diffstat (limited to 'src/utils/file.h')
-rw-r--r-- | src/utils/file.h | 3 |
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); |