Install sccs headers and copyright notices.
[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.
992de934
GM
3 *
4 * @(#)asc_ebc.h 1.2 (Berkeley) %G%
2ee77833
GM
5 */
6
7#define INCLUDED_ASCEBC
8
9/*
10 * ascii/ebcdic translation information
11 */
12
13#define NASCII 128 /* number of ascii characters */
14
15#define NEBC 256 /* number of ebcdic characters */
16
17extern unsigned char
18 asc_ebc[NASCII], ebc_asc[NEBC];