From 352c8f2f0dd977f2b2d2dfb7087d701d85fd5361 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 30 Nov 2017 02:20:06 -0600 Subject: string: remove TRAD_SYNOPSIS Signed-off-by: Yaakov Selkowitz --- newlib/libc/string/index.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'newlib/libc/string/index.c') diff --git a/newlib/libc/string/index.c b/newlib/libc/string/index.c index ec241ff..2c4b490 100644 --- a/newlib/libc/string/index.c +++ b/newlib/libc/string/index.c @@ -5,16 +5,10 @@ FUNCTION INDEX index -ANSI_SYNOPSIS +SYNOPSIS #include char * index(const char *<[string]>, int <[c]>); -TRAD_SYNOPSIS - #include - char * index(<[string]>, <[c]>); - char *<[string]>; - int *<[c]>; - DESCRIPTION This function finds the first occurence of <[c]> (converted to a char) in the string pointed to by <[string]> (including the -- cgit v1.1