摘要: 如何解决keil c51编译器不支持匿名结构体的问题。。。-----------------不使用匿名结构体撒。。人家都说了不支持。。。To01: 测试代码。。 阅读全文
posted @ 2013-03-13 17:29 Alimy 阅读(713) 评论(0) 推荐(0) 编辑
摘要: minGW 的头文件(stdio.h)中这样定义了 FILE 结构体(注释来自网路):file struct 1 typedef struct _iobuf { 2 char *_ptr; //文件输入的下一个位置 3 int _cnt; //当前缓冲区的相对位置 4 char *_base; //指基础位置(应该是文件的其始位置) 5 int _flag; //文件标志 6 ... 阅读全文
posted @ 2013-03-13 16:06 Alimy 阅读(457) 评论(0) 推荐(1) 编辑