求助:关于typedef和函数指针
typedef void (*SIG_TYP) (int);typedef void (*SIG_ARG_TYP) (int);
SIG_TYP signal (int,SIG_TYP);
请教一下各位高手,这几句代码是什么意思呀?
typedef的用法怎么这么怪呀
2007-08-16 08:05

2007-08-16 10:41

2007-08-16 11:21
2007-08-16 11:50