delorie.com/djgpp/doc/libc/libc_806.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <termios.h> int tcflow (int fd, int action); |
This function suspends transmission of data to, or reception of data from, the device/file open on handle fd. The action argument can take one of these values:
TCOOFF
TCOON
TCIOFF
TCION
The current START and STOP characters are stored in the termios
structure that is currently in effect. See section Termios functions, for
more details about that.
Note that the DJGPP termios emulation handles console only.
Zero on success, nonzero on failure.
ANSI/ISO C | No |
POSIX | 1003.2-1992; 1003.1-2001 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |