This commit is contained in:
2025-08-21 15:51:05 -04:00
parent 4e4d867895
commit 592301d1f8
28 changed files with 201 additions and 161 deletions

View File

@@ -47,7 +47,7 @@ int mkdir_p(const char *path)
return status;
}
int create_file_with_content(const char *path, const char *format, ...)
int cfprintf(const char *path, const char *format, ...)
{
char *dirpath;
const char *slash = strrchr(path, '/');