This commit is contained in:
2025-08-10 14:17:24 -04:00
parent 0cecfa4c97
commit 13cb187d53
15 changed files with 489 additions and 488 deletions

View File

@@ -6,13 +6,14 @@
* <https://opensource.org/license/bsd-3-clause>
*/
#include "file.h"
#include "../config.h"
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "yait.h"
int create_file_with_content(char *path, char *format, ...)
{