xref: /original-bsd/usr.bin/tn3270/ctlr/function.c (revision 241757c4)
1 /*
2  * Copyright (c) 1988 Regents of the University of California.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms are permitted
6  * provided that this notice is preserved and that due credit is given
7  * to the University of California at Berkeley. The name of the University
8  * may not be used to endorse or promote products derived from this
9  * software without specific prior written permission. This software
10  * is provided ``as is'' without express or implied warranty.
11  */
12 
13 #ifndef lint
14 static char sccsid[] = "@(#)function.c	3.2 (Berkeley) 03/28/88";
15 #endif /* not lint */
16 
17 /*
18  * This file, which never produces a function.o, is used solely to
19  * be run through the preprocessor.
20  *
21  * On a 4.3 system (or even msdos), "cc -E function.h" would produce
22  * the correct output.  Unfortunately, 4.2 compilers aren't quite that
23  * useful.
24  */
25 
26 #include "function.h"
27