# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. include include include include 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