摘要:
#include <io.h>#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>char buffer[] = "look the sample!";void main( void ){int fh;unsigned byteswritten;if( (fh = _open( "G:\\write.txt", _O_RDWR | _O_CR 阅读全文