home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / small_c / sc88.arc / TOASCII.C < prev    next >
Encoding:
Text File  |  1987-10-04  |  128 b   |  7 lines

  1. /*
  2. ** return ASCII equivalent of c
  3. */
  4. toascii(c) int c; {
  5.   return (c);
  6.   }
  7.