home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / termios / tminit.txh < prev   
Encoding:
Text File  |  1996-09-15  |  447 b   |  18 lines

  1. @node __libc_termios_init, termios
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <libc/ttyprvt.h>
  6.  
  7. void __libc_termios_init (void);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. This function sets read/write hooks for the termios emulation and
  13. import parameters. Currently importing parameters is not supported,
  14. the emulation is resolved by only internal(static) parameters.  Note
  15. that this function is called by tcXXX function automatically.
  16.  
  17.  
  18.