6 lines
78 B
C
6 lines
78 B
C
stty(fildes, arg)
|
|
char *arg;
|
|
{
|
|
return ioctl(fildes, ('t' << 8) | 9, arg);
|
|
}
|