add weak git integration
This commit is contained in:
5
file.c
5
file.c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user