Subversion Repositories Kolibri OS

Rev

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

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/stubs.h>
  3. #include <ctype.h>
  4. #include <inlines/ctype.hd>
  5.  
  6. int (toascii)(int c)
  7. {
  8.   return toascii(c);
  9. }
  10.