/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and that due credit is given * to the University of California at Berkeley. The name of the University * may not be used to endorse or promote products derived from this * software without specific prior written permission. This software * is provided ``as is'' without express or implied warranty. */ #ifndef lint static char sccsid[] = "@(#)function.c 3.2 (Berkeley) 03/28/88"; #endif /* not lint */ /* * This file, which never produces a function.o, is used solely to * be run through the preprocessor. * * On a 4.3 system (or even msdos), "cc -E function.h" would produce * the correct output. Unfortunately, 4.2 compilers aren't quite that * useful. */ #include "function.h"