aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/sgikern/sgiflush.x
blob: e3e1b80513dccc9f0e861ce99172b0293e11070d (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	"sgi.h"

# SGI_FLUSH -- Flush output.

procedure sgi_flush (dummy)

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

begin
	call sgk_flush (g_out)
end