musl/src/string/wcpcpy.c, branch master musl - an implementation of the standard library for Linux-based systems use restrict everywhere it's required by c99 and/or posix 2008 2012年09月07日T02:44:55+00:00 Rich Felker dalias@aerifal.cx 2012年09月07日T02:44:55+00:00 400c5e5c8307a2ebe44ef1f203f5a15669f20347 to deal with the fact that the public headers may be used with pre-c99 compilers, __restrict is used in place of restrict, and defined appropriately for any supported compiler. we also avoid the form [restrict] since older versions of gcc rejected it due to a bug in the original c99 standard, and instead use the form *restrict.
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
add all missing wchar functions except floating point parsers 2012年03月02日T04:24:45+00:00 Rich Felker dalias@aerifal.cx 2012年03月02日T04:24:45+00:00 e0614f7cd418afedd06c9bcd5abb965608bc52f8 these are mostly untested and adapted directly from corresponding byte string functions and similar.
these are mostly untested and adapted directly from corresponding byte
string functions and similar.

AltStyle によって変換されたページ (->オリジナル) /