utils.h (166B)
#pragma once
#include <stdbool.h>
char* read_file(const char* filename);
void separate_file_from_path(const char* fullpath, char** out_path, char** out_filename);
sicThe sic programming language, compiler and tools (WIP) | |
| Log | Files | Refs |
utils.h (166B)
#pragma once
#include <stdbool.h>
char* read_file(const char* filename);
void separate_file_from_path(const char* fullpath, char** out_path, char** out_filename);