Initial revision

This commit is contained in:
ceriel
1987-01-05 17:20:13 +00:00
parent 6390b1669e
commit ad0cab046a
20 changed files with 1180 additions and 0 deletions

View File

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