Replaced calls to the custom strindex() and strrindex() functions with the
exactly equivalent and standard strchr() and strrchr() functions instead.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
#define strchr strindex
|
||||
#define strrchr strrindex
|
||||
#define strchr strchr
|
||||
#define strrchr strrchr
|
||||
|
||||
extern char * strcat();
|
||||
extern char * strchr();
|
||||
|
||||
Reference in New Issue
Block a user