blob: 40f7e40ebb4d27ce4d12159b7e4eea7a7ed0a671 (
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 "../lib/ids.h"
# IDS_CLOSEWS -- Close the named workstation.
procedure ids_closews (devname, n)
short devname[n] # device name (not used)
int n # length of device name
include "../lib/ids.com"
begin
call ids_flush(0)
end
|