V10/lbin/Mail/string.h

Compare this file to the similar file:
Show the results in this format:

extern char *strcat();
extern char *strcpy();
extern char *strncpy();
extern char *strchr();
extern char *strrchr();
extern int strlen();
extern int strcmp();
extern int strncmp();