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