volcanol的工控博客
Email : lilinly225@126.com 索要资料加QQ 点击进入 或 点击左侧的资料分享专用帖

volcanol ---- View OF Linux Can Appreciate Nature OF Linux

天行健,君子以自强不息

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

编辑器加载中... 这里不讨论任何内容,仅列出FILE 类型的定义;不知那位大神对FILE类型很精通,求教于此,叩首先。

 #ifndef _FILE_DEFINED 
struct _iobuf {
char *_ptr;
int _cnt;
char *_base;
int _flag; int _file;
int _charbuf;
int _bufsiz;
char *_tmpfname;
};
typedef struct _iobuf FILE;
#define _FILE_DEFINED #endif
posted on 2012-04-02 08:38  volcanol  阅读(683)  评论(3编辑  收藏  举报
volcanol ----View OF Linux Can Appreciate Nature OF Linux。