Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include<libc/ttyprvt.h>
  2.  
  3. ssize_t (*__libc_read_termios_hook)(int handle, void *buffer, size_t count,
  4.                                            ssize_t *rv)=NULL;
  5. ssize_t (*__libc_write_termios_hook)(int handle, const void *buffer, size_t count,
  6.                                             ssize_t *rv)=NULL;
  7. // int __libc_termios_hook_common_count;
  8.