diff --git a/tool/file.cpp b/tool/file.cpp deleted file mode 100644 index 122fe98..0000000 --- a/tool/file.cpp +++ /dev/null @@ -1,78 +0,0 @@ -#include "file.h" - -sS32 file::copy(file &src, sS32 cnt) -{ - sS32 copied=0; - sS32 maxlen=src.size()-src.tell(); - if (cnt>0 && cnt