Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
kcc-5/include/strung.h
There are 4 other files named strung.h in the archive. Click here to see a list.
/* STRUNG.H - declarations for the case insensitive string functions */
extern int str000(); /* insensitive strcmp */
extern int str001(); /* insensitive strncmp */
extern char *str002(); /* insensitive strchr */
extern char *str003(); /* insensitive strsub */
/* External name disambiguation */
#define strCMP str000 /* uppercase means case InSeNsItIvE */
#define strnCMP str001
#define strCHR str002
#define strSTR str003