函數原型:數組
#include<unistd.h>函數
size_t read(int fildes,void *buf,size_t nbyte)原型
fildes:文件描述符變量
*buf:要讀的內容(用數組變量留出)文件
nbytes:要讀多少字節void