feat: add configurable UCE error pages

This commit is contained in:
udo
2026-06-12 08:59:09 +00:00
parent b957a2373b
commit 941f5aea08
12 changed files with 352 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ bool file_append(String file_name, Ts... args)
}
String cwd_get();
void cwd_set(String path);
String process_start_directory();
time_t file_mtime(String file_name);
void file_unlink(String file_name);
String expand_path(String path, String relative_to_path = "");