shell stuff, preprocessor directive

This commit is contained in:
udo
2022-01-21 22:22:14 +00:00
parent 3e8f0f1fa7
commit 939009f9a1
22 changed files with 342 additions and 54 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ String get_cwd();
void set_cwd(String path);
time_t file_mtime(String file_name);
void unlink(String file_name);
String expand_path(String path);
String expand_path(String path, String relative_to_path = "");
StringList ls(String dir);
f64 microtime();