mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Some general refactoring in the builder / project code.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
const char *download_file(const char *url, const char *resource, const char *file_path);
|
||||
#endif
|
||||
|
||||
#define ELEMENTLEN(x) (sizeof(x) / sizeof(x[0]))
|
||||
extern const char *compiler_exe_name;
|
||||
|
||||
typedef struct StringSlice_
|
||||
|
||||
Reference in New Issue
Block a user