mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 23:50:31 +03:00
6 lines
172 B
D
6 lines
172 B
D
|
|
|
|
deprecated("Please import core.sys.posix.termios instead. This module will be removed in April 2015.")
|
|
module std.c.linux.termios;
|
|
|
|
public import core.sys.posix.termios;
|