Initial revision

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

View File

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