Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
152b9de4
Commit
152b9de4
authored
May 19, 1998
by
Ulrich Drepper
Browse files
automatically generated from GPLed version
parent
a4e7db38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib-src/getopt.c
lib-src/getopt.c
+6
-3
No files found.
lib-src/getopt.c
View file @
152b9de4
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment