1 /*
2 * Define the translate tables used to go between 3270 display code
3 * and ascii
4 *
5 * @(#)disp_asc.h 3.1 (Berkeley) 08/11/87
6 */
7
8 extern unsigned char
9 disp_asc[256], /* Goes between display code and ascii */
10 asc_disp[256]; /* Goes between ascii and display code */
11