Subversion Repositories Kolibri OS

Rev

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

  1. #include <conio.h>
  2.  
  3. char * gets ( char * str )
  4. {
  5.         con_init_console_dll();
  6.  
  7.         return con_gets(str, 80); // small, to reduce overflow risk
  8. }