aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-14 22:42:55 -0400
committerShav Kinderlehrer <[email protected]>2023-04-14 22:42:55 -0400
commit6eadc6dd06dfd2fb1f61c4fd142811f10e4a4f51 (patch)
tree828018f1354a0f48010f27adfab97f87f37c13df /include
parentca8bb9e1c32e81751728a85bdf1acf081758b080 (diff)
downloadlat-6eadc6dd06dfd2fb1f61c4fd142811f10e4a4f51.tar.gz
lat-6eadc6dd06dfd2fb1f61c4fd142811f10e4a4f51.zip
Read file quick
Diffstat (limited to 'include')
-rw-r--r--include/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/file.h b/include/file.h
index df3b515..d440c87 100644
--- a/include/file.h
+++ b/include/file.h
@@ -7,6 +7,7 @@ struct filedata {
size_t len;
int binary;
char *buf;
+ char *altbuf;
};
struct filedata readfile(FILE *fp);