/* if.h * v0.90 * * Holger Danielsson * (dani@lara.prima.ruhr.de) * 1.3.1996 */ #if !defined (_IF_H) #define _IF_H #if !defined (_STDIO_H) #include #endif int execute_if(char *argv[], FILE *fd); #endif