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 84f0869fde
commit 784bd9ec54

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();