Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/index.c')
-rw-r--r--newlib/libc/string/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/index.c b/newlib/libc/string/index.c
index 6a707292d..ec241ffa8 100644
--- a/newlib/libc/string/index.c
+++ b/newlib/libc/string/index.c
@@ -6,11 +6,11 @@ INDEX
index
ANSI_SYNOPSIS
- #include <string.h>
+ #include <strings.h>
char * index(const char *<[string]>, int <[c]>);
TRAD_SYNOPSIS
- #include <string.h>
+ #include <strings.h>
char * index(<[string]>, <[c]>);
char *<[string]>;
int *<[c]>;