From 2a5a57e16f216a9bf8933345014c91f198bb1215 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 15 May 2023 15:55:53 +0530 Subject: 8.1: initial commit --- 8.1/filecopy.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 8.1/filecopy.h (limited to '8.1/filecopy.h') diff --git a/8.1/filecopy.h b/8.1/filecopy.h new file mode 100644 index 0000000..22b0546 --- /dev/null +++ b/8.1/filecopy.h @@ -0,0 +1 @@ +void filecopy(int ifd, int ofd); -- cgit v1.2.3