about summary refs log tree commit diff
path: root/csrc/cp.h
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-07-13 22:04:48 +0200
committermakefunstuff <[email protected]>2024-07-13 22:04:48 +0200
commit714036825c38be947eb88a82c02425d7932d2919 (patch)
treec6723bd239fa5cc93b78ef9e9b7ba5576f708db1 /csrc/cp.h
parent9b9e63476616a123eb4d00f87f677ef2d9478897 (diff)
downloadtinkerbunk-714036825c38be947eb88a82c02425d7932d2919.tar.gz
upd
Diffstat (limited to '')
-rw-r--r--csrc/cp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/csrc/cp.h b/csrc/cp.h
new file mode 100644
index 0000000..70b1c13
--- /dev/null
+++ b/csrc/cp.h
@@ -0,0 +1,2 @@
+typedef enum { READ_ERROR, WRITE_ERROR, WRITE_OK } FileStatus;
+FileStatus copy_file(char *src, char *dst);