摘要:
对C复杂声明的理解,到现在还是不行,这是从K&R 第二版中找到的一个程序, 可以加强理解:dcl.hView Code 1#include<stdio.h>2#include<string.h>3#include<ctype.h>45#defineMAXTOKEN1006#defineBUFSIZE10078enum{NAME,PARENS,BRACKETS};910charbuf[BUFSIZE];11intbufp=0;12intgetch(void);13voidungetch(intc);1415inttokentype;16chartoke 阅读全文
posted @ 2011-09-15 10:14
Charliee
阅读(369)
评论(0)
推荐(0)