diff options
Diffstat (limited to '7.8/fileprint.h')
-rw-r--r-- | 7.8/fileprint.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdio.h> + +void fileprint(FILE *fp, char *fname); |