Subversion Repositories Kolibri OS

Rev

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

  1. #include <stdio.h>
  2.  
  3. int putchar ( int ch )
  4. {
  5.         printf("%c", ch);
  6.         return ch;
  7. }