mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
7 lines
181 B
D
7 lines
181 B
D
|
|
|
|
/// Please import core.sys.posix.termios instead. This module will be deprecated in DMD 2.068.
|
|
module std.c.linux.termios;
|
|
|
|
version (linux):
|
|
public import core.sys.posix.termios;
|