Initial revision
This commit is contained in:
10
modules/src/input/AtEoIT.c
Normal file
10
modules/src/input/AtEoIT.c
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user