9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
|
|
#include "dmfi_getln_inc"
|
|
|
|
void main()
|
|
{
|
|
object oListener = OBJECT_SELF;
|
|
DMFI_cancel_get_line(0, oListener);
|
|
}
|