1*48754Sbostic /*- 2*48754Sbostic * Copyright (c) 1988 The Regents of the University of California. 333820Sbostic * All rights reserved. 433820Sbostic * 5*48754Sbostic * %sccs.include.redist.c% 631759Sminshall */ 731759Sminshall 831890Sminshall #ifndef lint 9*48754Sbostic static char sccsid[] = "@(#)disp_asc.c 4.2 (Berkeley) 04/26/91"; 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