TeX in C
Explore TeX with modern c compiler.
global.h
浏览该文件的文档.
1 #pragma once
2 #ifndef INC_GLOBAL_H
4 #define INC_GLOBAL_H
5 
6 #include "global_macros.h"
7 #include "global_const.h"
8 
9 #include "tex_types.h"
10 
11 #endif // #ifndef INC_GLOBAL_H