标准的unix C具有以下功能:
ssize_t read(int fd, void *buf, size_t count);
但是这个'read'函数可以读取1次的最大字节数是多少?
unix io file
file ×1
io ×1
unix ×1