From dfb6adbcbcc7d50b770b6d5ea82efdd8f8c32e25 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:48:05 +1000 Subject: delete documentation workflow --- archive/src/platform/file.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 archive/src/platform/file.h (limited to 'archive/src/platform/file.h') diff --git a/archive/src/platform/file.h b/archive/src/platform/file.h new file mode 100644 index 0000000..5e5e1e1 --- /dev/null +++ b/archive/src/platform/file.h @@ -0,0 +1,26 @@ +/** + * @file file.h + * @brief File I/O utilities + * @date 2024-02-24 + * @copyright Copyright (c) 2024 + */ +#pragma once + +#include "defines.h" +#include "str.h" + +typedef struct str8_opt { + Str8 contents; + bool has_value; +} str8_opt; + +const char* string_from_file(const char* path); + +str8_opt str8_from_file(arena* a, Str8 path); + +typedef struct { + char* data; + size_t size; +} FileData; + +FileData load_spv_file(const char* path); -- cgit v1.2.3-70-g09d2