automatically generated from GPLed version
This commit is contained in:
parent
a4e7db383d
commit
152b9de41c
1 changed files with 6 additions and 3 deletions
|
@ -201,15 +201,18 @@ static char *posixly_correct;
|
|||
# define my_index strchr
|
||||
#else
|
||||
|
||||
# if HAVE_STRING_H
|
||||
# include <string.h>
|
||||
# else
|
||||
# include <strings.h>
|
||||
# endif
|
||||
|
||||
/* Avoid depending on library functions or files
|
||||
whose names are inconsistent. */
|
||||
|
||||
#ifndef getenv
|
||||
extern char *getenv ();
|
||||
#endif
|
||||
#ifndef strncmp
|
||||
extern int strncmp ();
|
||||
#endif
|
||||
|
||||
static char *
|
||||
my_index (str, chr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue