Use our own string routines strindex and strrindex. At least we know
authorceriel <none@none>
Mon, 20 Oct 1986 13:48:26 +0000 (13:48 +0000)
committerceriel <none@none>
Mon, 20 Oct 1986 13:48:26 +0000 (13:48 +0000)
their name!

util/ack/ack.h

index 51e605f..0153e99 100644 (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();