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

  1. @node cfsetspeed, termios
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <termios.h>
  6.  
  7. int cfsetspeed (struct termios *termiosp, speed_t speed);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. This function sets the input and output line speed stored in the
  13. structure @var{termiosp} to @var{speed}.  It is provided for
  14. compatibility only.  Note that the termios emulation handles console
  15. only.
  16.  
  17. @subheading Return Value
  18.  
  19. Zero on success, nonzero on failure.
  20.  
  21.  
  22.