mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add support from compiling c from c3c.
This commit is contained in:
@@ -33,7 +33,7 @@ const char* find_lib_dir(void);
|
||||
char *read_file(const char *path, size_t *return_size);
|
||||
void path_get_dir_and_filename_from_full(const char *full_path, char **filename, char **dir_path);
|
||||
void file_find_top_dir();
|
||||
void file_add_wildcard_files(const char ***files, const char *path, bool recursive);
|
||||
void file_add_wildcard_files(const char ***files, const char *path, bool recursive, const char *suffix1, const char *suffix2);
|
||||
void *cmalloc(size_t size);
|
||||
void memory_init(void);
|
||||
void memory_release();
|
||||
|
||||
Reference in New Issue
Block a user