11 lines
130 B
C
11 lines
130 B
C
|
/* $Header$ */
|
||
|
|
||
|
/* AtEoIT : a routine doing nothing. It is called at the end of an
|
||
|
inserted text.
|
||
|
*/
|
||
|
int
|
||
|
AtEoIT()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|