blob: decb5300d06a1c5f69b0e8b41e362c1e630645ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include "gkt.h"
# GKT_FLUSH -- Flush output.
procedure gkt_flush (dummy)
int dummy # not used at present
include "gkt.com"
begin
# Since the NSPP devices are not interactive, calls to FLUSH
# are ignored.
end
|