From da344d0ea92b1e566f53b1bb31eb4ac8bd7b6c5f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Aug 2011 12:01:51 +0000 Subject: =?UTF-8?q?2011-08-23=20=20Ralf=20Cors=C3=A9pius=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libc/misc/ffs.c, libc/string/bcmp.c, libc/string/bcopy.c, libc/string/bzero.c, libc/string/index.c, libc/string/rindex.c, libc/string/strcasecmp.c, libc/string/strncasecmp.c: Let synopsis reference "#include ". --- newlib/libc/string/index.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/string/index.c') 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 + #include char * index(const char *<[string]>, int <[c]>); TRAD_SYNOPSIS - #include + #include char * index(<[string]>, <[c]>); char *<[string]>; int *<[c]>; -- cgit v1.2.3