aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/memchr.c')
-rw-r--r--newlib/libc/string/memchr.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/newlib/libc/string/memchr.c b/newlib/libc/string/memchr.c
index db0af7c..152cd71 100644
--- a/newlib/libc/string/memchr.c
+++ b/newlib/libc/string/memchr.c
@@ -5,17 +5,10 @@ FUNCTION
INDEX
memchr
-ANSI_SYNOPSIS
+SYNOPSIS
#include <string.h>
void *memchr(const void *<[src]>, int <[c]>, size_t <[length]>);
-TRAD_SYNOPSIS
- #include <string.h>
- void *memchr(<[src]>, <[c]>, <[length]>)
- void *<[src]>;
- void *<[c]>;
- size_t <[length]>;
-
DESCRIPTION
This function searches memory starting at <<*<[src]>>> for the
character <[c]>. The search only ends with the first