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

浏览源代码.

宏定义

#define INC_CHARSET_H
 
#define FIRST_TEXT_CHAR   0
 [#19] ordinal number of the smallest element of TextChar. 更多...
 
#define LAST_TEXT_CHAR   255
 [#19] ordinal number of the largest element of TextChar. 更多...
 
#define NULL_CODE   0
 [#22] ASCII code that might disappear. 更多...
 
#define CARRIAGE_RETURN   '\r'
 [#22] ASCII code used at end of line. 更多...
 
#define INVALID_CODE   127
 [#22] ASCII code that many systems prohibit in text files. 更多...
 

类型定义

typedef UChar ASCIICode
 [#18]: ASCIICode::UChar(8) = [0, 255] 更多...
 
typedef UChar TextChar
 [#19]: TextChar::UChar(8) = [0, 255] 更多...
 

函数

void charset_init ()
 

变量

ASCIICode xord [256]
 [#20] specifies conversion of input characters. 更多...
 
TextChar xchr [256]
 [#20] specifies conversion of output characters. 更多...
 

宏定义说明

◆ INC_CHARSET_H

#define INC_CHARSET_H