blob: c8ddd67db9aeeb23fa768e46ce23a961b83b2b97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
# GTYCLOSE -- Close the tty terminal descriptor opened with TTYOPEN.
procedure gtyclose (tty)
pointer tty
begin
call mfree (tty, TY_STRUCT)
end
|