TeX in C
Explore TeX with modern c compiler.
tex_header.h
浏览该文件的文档.
1
#pragma once
2
#ifndef INC_TEX_HEADER
5
#define INC_TEX_HEADER
6
#include <stdlib.h>
// exit, EXIT_SUCCESS
7
#include "
global.h
"
8
9
#include "
tex_constant.h
"
10
#include "
tex.h
"
11
12
13
#include "
charset.h
"
14
#include "
error.h
"
15
// [func] normalize_selector, succumb, fatalerror,
16
// overflow, confusion, print_err,
17
// [macro] checkinterrupt,
18
#include "
mem.h
"
19
#include "
lexer.h
"
// lexer
20
21
#include "
eqtb.h
"
22
#include "
hash.h
"
// [func] sprint_cs
23
#include "
expand.h
"
// [macro] STORE_NEW_TOKEN
24
#include "
scan.h
"
// scan mod;
25
26
#include "
io.h
"
// [func] inputln
27
#include "
fonts.h
"
28
#include "
dviout.h
"
29
30
#include "
pack.h
"
31
#include "
mmode.h
"
32
#include "
align.h
"
33
#include "
hyphen.h
"
34
#include "
page.h
"
35
36
#include "
main_ctrl.h
"
37
#include "
dump.h
"
38
#include "
extension.h
"
39
40
#include "
str.h
"
// [func] get_strings_started
41
#include "
box.h
"
// [macro] subtype, widthoffset; [func] delete_token_ref
42
43
45
jmp_buf
_JMP_global__end_of_TEX
;
47
jmp_buf
_JMP_global__final_end
;
48
49
#endif
// INC_TEX_HEADER
align.h
box.h
charset.h
dump.h
dviout.h
eqtb.h
error.h
expand.h
extension.h
fonts.h
global.h
hash.h
hyphen.h
io.h
lexer.h
main_ctrl.h
mem.h
mmode.h
pack.h
page.h
scan.h
str.h
tex.h
tex_constant.h
_JMP_global__final_end
jmp_buf _JMP_global__final_end
[#1332] long jmp label
Definition:
tex_header.h:47
_JMP_global__end_of_TEX
jmp_buf _JMP_global__end_of_TEX
[#1332] long jmp label
Definition:
tex_header.h:45
tex_header.h
制作者
1.9.1