This file is the source codes in the book 'C Interfaces and Implementations'. 更多...
宏定义 | |
#define | T Except_T |
函数 | |
void | Except_raise (const T *e, const char *file, int line) |
变量 | |
Except_Frame * | Except_stack = NULL |
This file is the source codes in the book 'C Interfaces and Implementations'.
在文件 except.c 中定义.
Except_Frame* Except_stack = NULL |