musl/include/monetary.h, branch master musl - an implementation of the standard library for Linux-based systems remove all remaining redundant __restrict/__inline/_Noreturn defs 2012年09月08日T21:14:52+00:00 Rich Felker dalias@aerifal.cx 2012年09月08日T21:14:52+00:00 455f96857f91d14e193219ca00969354a981c09c
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.
initial, very primitive strfmon 2012年03月21日T04:47:37+00:00 Rich Felker dalias@aerifal.cx 2012年03月21日T04:47:37+00:00 25501c1079756c9b438842da649585c2a6983c24

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