xref: /csrg-svn/usr.bin/tn3270/api/disp_asc.c (revision 33820)
131759Sminshall /*
2*33820Sbostic  * Copyright (c) 1988 Regents of the University of California.
3*33820Sbostic  * All rights reserved.
4*33820Sbostic  *
5*33820Sbostic  * Redistribution and use in source and binary forms are permitted
6*33820Sbostic  * provided that this notice is preserved and that due credit is given
7*33820Sbostic  * to the University of California at Berkeley. The name of the University
8*33820Sbostic  * may not be used to endorse or promote products derived from this
9*33820Sbostic  * software without specific prior written permission. This software
10*33820Sbostic  * is provided ``as is'' without express or implied warranty.
1131759Sminshall  */
1231759Sminshall 
1331890Sminshall #ifndef lint
14*33820Sbostic static char sccsid[] = "@(#)disp_asc.c	3.2 (Berkeley) 03/28/88";
15*33820Sbostic #endif /* not lint */
1631890Sminshall 
17*33820Sbostic /*
18*33820Sbostic  * There isn't much excuse for this file, but here it is.
19*33820Sbostic  */
20*33820Sbostic 
2131759Sminshall #include "disp_asc.h"
2231759Sminshall 
2331759Sminshall #include "asc_disp.out"
2431759Sminshall #include "disp_asc.out"
25