Set the size of a character device
#include <termios.h>
int tcsetsize( int filedes,
int rows,
int cols );
libc
The tcsetsize() function sets the size of the character device associated with filedes to the given number of rows and columns.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |