c语言函数

C语言write()函数:写文件

C语言write()函数:写文件函数名:write头文件:<io.h>函数原型:intwrite(inthandle,void*buf,intlen);功能:获取打开文件的指针位置参数:inthandle……