/** * @file file.h * @brief File I/O utilities * @date 2024-02-24 * @copyright Copyright (c) 2024 */ #pragma once #include const char* string_from_file(const char* path);