home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
vim
/
src
/
proto
/
charset.pro
< prev
next >
Wrap
Text File
|
1995-02-27
|
206b
|
7 lines
/* charset.c */
unsigned char *transchar __PARMS((int c));
int charsize __PARMS((int c));
int strsize __PARMS((unsigned char *s));
int chartabsize __PARMS((int c, long col));
int isidchar __PARMS((int c));