mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 10:55:31 -04:00
7 lines
162 B
C
7 lines
162 B
C
#ifndef FILE_COPY
|
|
#define FILE_COPY
|
|
|
|
off_t getFileSize(const char *fileName);
|
|
int fcopy(const char *sourcePath, const char *destinationPath);
|
|
|
|
#endif // FILE_COPY
|