This commit is contained in:
2025-11-11 21:49:23 -05:00
parent 22242dc532
commit f764bc6759
9 changed files with 140 additions and 47 deletions

2
file.c
View File

@@ -17,7 +17,7 @@
#include <unistd.h>
#include "file.h"
#include "globals.h"
#include "edef.h"
int ffwrite(char *path, char *fmt, ...) {
FILE *f;