add weak git integration

This commit is contained in:
2025-11-22 10:22:26 -05:00
parent fc2e477665
commit 54db089b71
9 changed files with 58 additions and 10 deletions

5
file.c
View File

@@ -1,8 +1,7 @@
/* file.c
*
* The routines in this file handle the reading, writing
* and lookup of disk files. All of details about the
* reading and writing of the disk are in "fileio.c".
* and lookup of disk files.
*
* written by vx-clutch
*/
@@ -17,7 +16,7 @@
#include <unistd.h>
#include "file.h"
#include "edef.h"
#include "estruct.h"
int ffwrite(char *path, char *fmt, ...) {
FILE *f;