home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / termios / tcflow.txh < prev    next >
Encoding:
Text File  |  1996-09-08  |  401 b   |  21 lines

  1. @node tcflow, termios
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <termios.h>
  6.  
  7. int tcflow (int fd, int action);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. This function performs flow control specified by @var{action} on
  13. @var{fd}.  It is provided for compatibility only.  Note that the
  14. termios emulation handles console only.
  15.  
  16. @subheading Return Value
  17.  
  18. Zero on success, nonzero on failure.
  19.  
  20.  
  21.