/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #include int __toascii(int c) { return((unsigned)(c) & 0x7F); }