Use our own string routines strindex and strrindex. At least we know

their name!
This commit is contained in:
ceriel 1986-10-20 13:48:26 +00:00
parent b147860910
commit dcfe651252

View File

@ -61,8 +61,8 @@ enum f_path { F_OK, F_NOMATCH, F_NOPATH } ;
/* Library routines */
extern char *index();
extern char *rindex();
extern char *strindex();
extern char *strrindex();
extern char *strcpy();
extern char *strcat();
extern int getpid();