From d10617f2d42868ee6abf30c483325e63e4cfb9ec Mon Sep 17 00:00:00 2001 From: Robert Preston Date: Mon, 29 Jun 2026 11:45:06 +1000 Subject: [PATCH] 29 June - start copy.c --- c_programming/files/copy.c | 2 ++ c_programming/files/in.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 c_programming/files/copy.c create mode 100644 c_programming/files/in.txt diff --git a/c_programming/files/copy.c b/c_programming/files/copy.c new file mode 100644 index 0000000..12a31e9 --- /dev/null +++ b/c_programming/files/copy.c @@ -0,0 +1,2 @@ + +FILE *input = fopen("in.txt", "r"); \ No newline at end of file diff --git a/c_programming/files/in.txt b/c_programming/files/in.txt new file mode 100644 index 0000000..348c263 --- /dev/null +++ b/c_programming/files/in.txt @@ -0,0 +1 @@ +hi! \ No newline at end of file