blob: 68832ae4a9a61bd6944152e57ff887d01444895a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include "imd.h"
# IMD_CANCEL -- Cancel any buffered output.
procedure imd_cancel (dummy)
int dummy # not used at present
include "imd.com"
begin
if (g_kt == NULL)
return
call imd_reset()
end
|