Use our own string routines strindex and strrindex. At least we know
their name!
This commit is contained in:
parent
84f0869fde
commit
784bd9ec54
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue