148756Sbostic /*- 2*62325Sbostic * Copyright (c) 1988, 1993 3*62325Sbostic * The Regents of the University of California. All rights reserved. 433816Sbostic * 548756Sbostic * %sccs.include.redist.c% 633816Sbostic */ 733816Sbostic 833816Sbostic #ifndef lint 9*62325Sbostic static char sccsid[] = "@(#)function.c 8.1 (Berkeley) 06/06/93"; 1033816Sbostic #endif /* not lint */ 1133816Sbostic 1233816Sbostic /* 1331781Sminshall * This file, which never produces a function.o, is used solely to 1431781Sminshall * be run through the preprocessor. 1531781Sminshall * 1631781Sminshall * On a 4.3 system (or even msdos), "cc -E function.h" would produce 1731781Sminshall * the correct output. Unfortunately, 4.2 compilers aren't quite that 1831781Sminshall * useful. 1931781Sminshall */ 2031781Sminshall 2131781Sminshall #include "function.h" 22