mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Support full paths with $embed (#2335)
* Support full paths with `$embed` --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -80,6 +80,7 @@ bool file_delete_file(const char *path);
|
||||
void file_delete_dir(const char *path);
|
||||
bool file_is_dir(const char *file);
|
||||
bool file_exists(const char *path);
|
||||
bool file_path_is_relative(const char *file_name);
|
||||
FILE *file_open_read(const char *path);
|
||||
bool file_touch(const char *path);
|
||||
char *file_read_binary(const char *path, size_t *size);
|
||||
|
||||
Reference in New Issue
Block a user