blob: 252c973580371cb9b90d4bd2d54947285336dbec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <knet.h>
include <mach.h>
include <config.h>
include <fio.h>
include "mtio.h"
# ZSTTMT -- Get magtape device or device driver parameters and settings.
procedure zsttmt (mtchan, what, lvalue)
int mtchan #I mtio descriptor
int what #I status parameter to be returned
long lvalue #O returned status value
include "mtio.com"
begin
call zzstmt (MT_OSCHAN(mtchan), what, lvalue)
end
|