xref: /csrg-svn/usr.bin/tn3270/ctlr/function.c (revision 48756)
1*48756Sbostic /*-
2*48756Sbostic  * Copyright (c) 1988 The Regents of the University of California.
333816Sbostic  * All rights reserved.
433816Sbostic  *
5*48756Sbostic  * %sccs.include.redist.c%
633816Sbostic  */
733816Sbostic 
833816Sbostic #ifndef lint
9*48756Sbostic static char sccsid[] = "@(#)function.c	4.2 (Berkeley) 04/26/91";
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