Syntax | #include <termios.h> int tcflow(int fildes, int action); | |
Description |
If action is The default on the opening of a terminal file is that neither its input nor its output are suspended. Attempts to use Extension | |
Return val. | 0 -1 | if successful. if an error occurs. |
Errors |
| |
|
| fildes is not a valid file descriptor. |
|
| action is not a supported value. |
| Extension | |
|
| An attempt was made to access a BS2000 file. (End) |
|
| The process group of the writing process is orphaned, and the writing process is not ignoring or blocking |
|
| The file associated with fildes is not a terminal. |
Notes |
| |
See also |
|