TeX in C
Explore TeX with modern c compiler.
tex.h
浏览该文件的文档.
1 #pragma once
2 #ifndef TEX_H
4 #define TEX_H
5 #include <setjmp.h> // [type] jmp_buf; [func] setjmp
6 
7 /*
8  * [ #13: Global variables ]
9  *
10  * 已更改为函数内局部变量的用 [00] 标出。
11  *
12  * 共 97 个
13  * [13], 20, 26, 30, 32, [39], [50], 54, 73, 76,
14  * 79, 96, 104, 115, 116, 117, 118, 124, 165, 173,
15  * 181, 213, 246, 253, 256, 271, 286, 297, 301, 304,
16  * 305, 308, 309, 310, 333, 361, 382, 387, 388, 410,
17  * 438, 447, 480, 489, 493, 512, 513, 520, 527, 532,
18  * 539, 549, 550, 555, 592, 595, 605, 616, 646, 647,
19  * 661, 684, 719, 724, 764, 770, 814, 821, 823, 825,
20  * 828, 833, 839, 847, 872, 892, 900, 905, 907, 921,
21  * 926, 943, 947, 950, 971, 980, 982, 989, 1032, 1074,
22  * 1266, 1281, 1299, 1305, 1331, 1342, 1345
23  *
24  * Notes:
25  * locals: 13-bad,
26  * 404 not found: 39-str*, 50-poolfile,
27  */
28 
29 extern jmp_buf _JMP_global__end_of_TEX;
30 extern jmp_buf _JMP_global__final_end;
31 
32 #endif // #ifndef TEX_H
jmp_buf _JMP_global__final_end
[#1332] long jmp label
Definition: tex_header.h:47
jmp_buf _JMP_global__end_of_TEX
[#1332] long jmp label
Definition: tex_header.h:45