Here is my struct:
struct returnData{ int blocksWritten; long fileSize; double elapsedTime; }; int blocksInFile(long buffer, long fileSize){ return