11 lines
130 B
C
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;
|
|
}
|