TeX in C
Explore TeX with modern c compiler.
|
#include <assert.h>
宏定义 | |
#define | MACROS_H |
全局常用的宏 更多... | |
#define | UMAXOF(t) ((t) ~(t)0) |
取无符号类型的最大值 更多... | |
#define | charnodetype 0xfff |
#define | BIG_CHARNODE |
#define | BIG_NOAD |
#define | qi(x) (x) |
[p43#112] 更多... | |
#define | qo(x) (x) |
#define BIG_CHARNODE |
#define BIG_NOAD |
#define charnodetype 0xfff |
#define MACROS_H |
全局常用的宏
#define qi | ( | x | ) | (x) |
[p43#112]
#define qo | ( | x | ) | (x) |
#define UMAXOF | ( | t | ) | ((t) ~(t)0) |
取无符号类型的最大值