newlib: strnstr: drop traditional synopisis
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
42885ea4b8
commit
5fc315b597
|
@ -9,13 +9,6 @@ ANSI_SYNOPSIS
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
size_t strnstr(const char *<[s1]>, const char *<[s2]>, size_t <[n]>);
|
size_t strnstr(const char *<[s1]>, const char *<[s2]>, size_t <[n]>);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
|
||||||
#include <string.h>
|
|
||||||
size_t strnstr(<[s1]>, <[s2]>, <[n]>)
|
|
||||||
char *<[s1]>;
|
|
||||||
char *<[s2]>;
|
|
||||||
size_t <[n]>;
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
Locates the first occurrence in the string pointed to by <[s1]> of
|
Locates the first occurrence in the string pointed to by <[s1]> of
|
||||||
the sequence of limited to the <[n]> characters in the string
|
the sequence of limited to the <[n]> characters in the string
|
||||||
|
|
Loading…
Reference in New Issue