From 29af05de1994802e315de989316f3d854a146624 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 14 May 2023 16:04:57 +0530 Subject: 7.8: initial commit --- 7.8/fileprint.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 7.8/fileprint.h (limited to '7.8/fileprint.h') diff --git a/7.8/fileprint.h b/7.8/fileprint.h new file mode 100644 index 0000000..ed4e7c5 --- /dev/null +++ b/7.8/fileprint.h @@ -0,0 +1,3 @@ +#include + +void fileprint(FILE *fp, char *fname); -- cgit v1.2.3