函數原型:函數
#include<unistd.h>原型
size_t write(int fildes,const void *buf,size_t nbytes);it
fildes:文件描述符文件
*buf:寫入內容co
nbytes:buf字節數void