mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 09:30:49 +03:00
6 lines
164 B
D
6 lines
164 B
D
|
|
|
|
/// Please import core.sys.posix.termios instead. This module will be deprecated in DMD 2.068.
|
|
module std.c.linux.termios;
|
|
|
|
public import core.sys.posix.termios;
|