xref: /csrg-svn/usr.bin/tn3270/ctlr/function.c (revision 31781)
1*31781Sminshall /*
2*31781Sminshall  * This file, which never produces a function.o, is used solely to
3*31781Sminshall  * be run through the preprocessor.
4*31781Sminshall  *
5*31781Sminshall  * On a 4.3 system (or even msdos), "cc -E function.h" would produce
6*31781Sminshall  * the correct output.  Unfortunately, 4.2 compilers aren't quite that
7*31781Sminshall  * useful.
8*31781Sminshall  */
9*31781Sminshall 
10*31781Sminshall #include "function.h"
11