This version compiles with the API stuff in it.
[unix-history] / usr / src / usr.bin / tn3270 / api / disp_asc.h
/*
* Define the translate tables used to go between 3270 display code
* and ascii
*/
extern unsigned char
disp_asc[256], /* Goes between display code and ascii */
asc_disp[256]; /* Goes between ascii and display code */