File-to-file copy using memcpy

前端 未结 0 477
深忆病人
深忆病人 2020-12-16 07:23

I have one file (larger than pagesize) and I need to copy it without using a plain write() system call.

The program needs to create an output file and copy the input

相关标签:
回答
  • 消灭零回复
提交回复
热议问题