mirror of git://sourceware.org/git/glibc.git
manual: Fix wrong declaration of wcschr [BZ #24654]
This commit is contained in:
parent
72bcc9ade0
commit
f801cf7bb1
|
@ -1778,7 +1778,7 @@ need that information, it is better (but less portable) to use
|
||||||
@code{strchrnul} than to search for it a second time.
|
@code{strchrnul} than to search for it a second time.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@deftypefun {wchar_t *} wcschr (const wchar_t *@var{wstring}, int @var{wc})
|
@deftypefun {wchar_t *} wcschr (const wchar_t *@var{wstring}, wchar_t @var{wc})
|
||||||
@standards{ISO, wchar.h}
|
@standards{ISO, wchar.h}
|
||||||
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
|
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
|
||||||
The @code{wcschr} function finds the first occurrence of the wide
|
The @code{wcschr} function finds the first occurrence of the wide
|
||||||
|
|
Loading…
Reference in New Issue