1987-02-23 18:58:58 +00:00

8 lines
120 B
C

#include <sgtty.h>
int stty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCSETP,argp) ;
}