blob: d47e24dfe4c6a82b00407f283695b8ee88de073f (
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 <fset.h>
include "stdgraph.h"
# STG_CANCEL -- Cancel any buffered output.
procedure stg_cancel (dummy)
int dummy # not used at present
include "stdgraph.com"
begin
call fseti (g_out, F_CANCEL, YES)
call stg_reset()
end
|