摘要: Example /* FSCANF.C: This program writes formatted * data to a file. It then uses fscanf to * read the various data back from the file. */ #include <stdio.h> FILE *stream; void main( void ) { ... 阅读全文
posted @ 2013-03-14 12:17 zhoususheng 阅读(2902) 评论(0) 推荐(0) 编辑