148754Sbostic /*- 2*62317Sbostic * Copyright (c) 1988, 1993 3*62317Sbostic * The Regents of the University of California. All rights reserved. 433820Sbostic * 548754Sbostic * %sccs.include.redist.c% 631759Sminshall */ 731759Sminshall 831890Sminshall #ifndef lint 9*62317Sbostic static char sccsid[] = "@(#)disp_asc.c 8.1 (Berkeley) 06/06/93"; 1033820Sbostic #endif /* not lint */ 1131890Sminshall 1233820Sbostic /* 1333820Sbostic * There isn't much excuse for this file, but here it is. 1433820Sbostic */ 1533820Sbostic 1631759Sminshall #include "disp_asc.h" 1731759Sminshall 1831759Sminshall #include "asc_disp.out" 1931759Sminshall #include "disp_asc.out" 20