TeX in C
Explore TeX with modern c compiler.
global_macros.h 文件参考
#include <assert.h>
global_macros.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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)
 

宏定义说明

◆ BIG_CHARNODE

#define BIG_CHARNODE

◆ BIG_NOAD

#define BIG_NOAD

◆ charnodetype

#define charnodetype   0xfff

◆ MACROS_H

#define MACROS_H

全局常用的宏

◆ qi

#define qi (   x)    (x)

[p43#112]

◆ qo

#define qo (   x)    (x)

◆ UMAXOF

#define UMAXOF (   t)    ((t) ~(t)0)

取无符号类型的最大值