What is the difference between read() and fread()?

前端 未结 6 1284
你的背包
你的背包 2020-11-27 12:45

I\'m reading source code of the linux tool badblocks. They use the read() function there. Is there a difference to the standard C fread() function?

6条回答
提交回复
热议问题