aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/stdgraph/stgflush.x
blob: aada3927b827a573949af94181a14575775ceef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	"stdgraph.h"

# STG_FLUSH -- Flush output.

procedure stg_flush (dummy)

int	dummy			# not used at present
include	"stdgraph.com"

begin
	call flush (g_out)
end