心有

知其所以然,方可大道至简。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2005年6月10日

摘要: 函数名: fread 功 能: 从一个流中读数据 用 法: int fread(void *ptr, int size, int nitems, FILE *stream); 程序例: #include #include int main(void) { FILE *stream; char msg[] = "this is a test"; char buf[20]; if ((str... 阅读全文
posted @ 2005-06-10 09:34 心有 阅读(10643) 评论(0) 推荐(0)