ack/modules/src/input/AtEoIF.c
1987-01-05 17:20:13 +00:00

11 lines
130 B
C

/* $Header$ */
/* AtEoIF : a routine doing nothing. It is called at the end of an
inserted file.
*/
int
AtEoIF()
{
return 0;
}