home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / vim / src / proto / charset.pro < prev    next >
Text File  |  1995-02-27  |  206b  |  7 lines

  1. /* charset.c */
  2. unsigned char *transchar __PARMS((int c));
  3. int charsize __PARMS((int c));
  4. int strsize __PARMS((unsigned char *s));
  5. int chartabsize __PARMS((int c, long col));
  6. int isidchar __PARMS((int c));
  7.