blob: 2f441ed79129a8930004cffff9b110a6f5cf2550 (
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 <knet.h>
# ZSTTIM -- Return status on binary file display device.
procedure zsttim (chan, what, lvalue)
int chan[ARB], what
long lvalue
begin
call zsttgd (chan, what, lvalue)
end
|