Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include<conio.h>
  2.  
  3. int getchar ( void )
  4. {
  5.         return con_getch();
  6. }
  7.