First draft, really.
[unix-history] / usr / src / usr.bin / tn3270 / api / asc_ebc.h
CommitLineData
2ee77833
GM
1/*
2 * Definitions of translate tables used for ascii<->ebcdic translation.
3 */
4
5#define INCLUDED_ASCEBC
6
7/*
8 * ascii/ebcdic translation information
9 */
10
11#define NASCII 128 /* number of ascii characters */
12
13#define NEBC 256 /* number of ebcdic characters */
14
15extern unsigned char
16 asc_ebc[NASCII], ebc_asc[NEBC];