blob: d9249d4bc9fc6f81837309b38dacd358860af01c (
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 "sgi.h"
# SGI_CANCEL -- Cancel any buffered output.
procedure sgi_cancel (dummy)
int dummy # not used at present
include "sgi.com"
begin
if (g_kt == NULL)
return
call sgi_reset()
end
|