aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/ids/idsflush.x
blob: cd177d407d938c6a23157ef4791a037e4c2a614f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	"../lib/ids.h"

# IDS_FLUSH -- Flush output.

procedure ids_flush (dummy)

int	dummy			# not used at present
include	"../lib/ids.com"

begin
	if (i_kt == NULL)
	    return

	# We flush the FIO stream.
	call flush (i_out)
end