mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Fix issue where recursively creating a dir would be incorrectly marked as a failure the first time.
Place output in `out` by default for projects. Use temp folder for building at the command line.
This commit is contained in:
@@ -65,6 +65,7 @@ char *win_utf16to8(const uint16_t *name);
|
||||
// Use as if it was mkdir(..., 0755) == 0
|
||||
bool dir_make(const char *path);
|
||||
bool dir_make_recursive(char *path);
|
||||
const char *dir_make_temp_dir(void);
|
||||
// Use as if it was chdir(...) == 0
|
||||
bool dir_change(const char *path);
|
||||
const char *filename(const char *path);
|
||||
|
||||
Reference in New Issue
Block a user