⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conv.h

📁 这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易于我们学习和理解
💻 H
字号:
void jis_in(int fd, long *notused, struct convert *out);void jisjis_in(int fd, long *notused, struct convert *out);void msjis_in(int fd, long *notused, struct convert *out);void ujis_in(int fd, long *notused, struct convert *out);void jisjis_out(Rune *base, int n, long *notused);void ujis_out(Rune *base, int n, long *notused);void msjis_out(Rune *base, int n, long *notused);void big5_in(int fd, long *notused, struct convert *out);void big5_out(Rune *base, int n, long *notused);void gb_in(int fd, long *notused, struct convert *out);void gb_out(Rune *base, int n, long *notused);void uksc_in(int fd, long *notused, struct convert *out);void uksc_out(Rune *base, int n, long *notused);void html_in(int fd, long *notused, struct convert *out);void html_out(Rune *base, int n, long *notused);void tune_in(int fd, long *notused, struct convert *out);void tune_out(Rune *base, int n, long *notused);#define		emit(x)		*(*r)++ = (x)#define		NRUNE		65536extern long tab[];		/* common table indexed by Runes for reverse mappings */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -