source: trunk/third/x3270/tablesc.h @ 9081

Revision 9081, 828 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9080, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright 1995 by Paul Mattes.
3 *  Permission to use, copy, modify, and distribute this software and its
4 *  documentation for any purpose and without fee is hereby granted,
5 *  provided that the above copyright notice appear in all copies and that
6 *  both that copyright notice and this permission notice appear in
7 *  supporting documentation.
8 */
9
10/*
11 *      tablesc.h
12 *              Global declarations for tables.c.
13 */
14
15extern unsigned char asc2cg[256];
16extern unsigned char cg2asc[256];
17extern unsigned char cg2asc7[256];
18extern unsigned char ebc2cg[256];
19extern unsigned char ebc2cg0[256];
20extern unsigned char cg2ebc[256];
21extern unsigned char cg2ebc0[256];
22extern unsigned char ebc2asc[256];
23extern unsigned char cg2uc[256];
24extern unsigned char ge2asc[256];
25extern unsigned char ge2cg8[256];
26extern unsigned char asc2uc[256];
Note: See TracBrowser for help on using the repository browser.