摘要: #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 阅读全文
posted @ 2011-12-24 18:26 rookieeeeee 阅读(132) 评论(0) 推荐(0) 编辑