update tables for 0.9.10
[musl-tables] / tab_c11.html
index 0890d4b..40455f1 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c11 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=a57ac9bf64ba202bd94d1b81bddd93b850c7b9d6">a57ac9bf64ba202bd94d1b81bddd93b850c7b9d6</a><br>Date:   Fri Feb 1 01:49:07 2013 -0500<br><br>    release notes for 0.9.9
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=4ba3ebdcfeb7b5aa2dd5079e939514a634395124">4ba3ebdcfeb7b5aa2dd5079e939514a634395124</a><br>Date:   Wed Apr 10 22:38:46 2013 -0400<br><br>    make ifaddrs.h expose sys/socket.h<br>    <br>    the getifaddrs interface seems to have been invented by glibc, and<br>    they expose socket.h, so for us not to do so is just gratuitous<br>    incompatibility with the interface we're mimicing.
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>missing<td>&#160;<td>&#160;<td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
@@ -95,7 +95,7 @@
 <tr><td>&#160;<td>&#160;<td>d <td>EDOM<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>d <td>EILSEQ<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>d <td>ERANGE<td>errno.h<td>&#160;<td>B.4 Errors
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n14">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n16">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
 <tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n18">d</a> <td>LC_ALL<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n12">d</a> <td>LC_CTYPE<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <td>LC_NUMERIC<td>locale.h<td>&#160;<td>B.10 Localization
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n15">d</a> <td>LC_COLLATE<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n16">d</a> <td>LC_MONETARY<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n14">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n10">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>missing<td>&#160;<td>&#160;<td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n15">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n66">d</a> <td>INT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n67">d</a> <td>INT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n29">t</a> <td>int_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n30">t</a> <td>int_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n31">t</a> <td>int_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n32">t</a> <td>int_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n32">t</a> <td>int_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n33">t</a> <td>int_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n34">t</a> <td>int_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n35">t</a> <td>int_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n69">d</a> <td>UINT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n70">d</a> <td>UINT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n71">d</a> <td>UINT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n72">d</a> <td>UINT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n34">t</a> <td>uint_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n35">t</a> <td>uint_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n36">t</a> <td>uint_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n37">t</a> <td>uint_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n37">t</a> <td>uint_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n38">t</a> <td>uint_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n39">t</a> <td>uint_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n40">t</a> <td>uint_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n83">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n32">d</a> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n82">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n28">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n78">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n79">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n39">t</a> <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n90">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n91">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n40">t</a> <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n95">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n96">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n97">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n104">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n109">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n74">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n93">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n94">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n95">d</a> <td>UINT32_C<td>stdint.h<td>UINT32_C(value)<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n96">d</a> <td>UINT64_C<td>stdint.h<td>UINT64_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n99">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n100">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n101">d</a> <td>UINT32_C<td>stdint.h<td>UINT32_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n105">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n110">d</a> <td>UINT64_C<td>stdint.h<td>UINT64_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n44">d</a> <td>INT8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n45">d</a> <td>INT16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n46">d</a> <td>INT32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n47">d</a> <td>INT64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n75">d</a> <td>INTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n98">d</a> <td>INTMAX_C<td>stdint.h<td>INTMAX_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n106">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n111">d</a> <td>INTMAX_C<td>stdint.h<td>INTMAX_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n49">d</a> <td>INT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n50">d</a> <td>INT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n51">d</a> <td>INT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n52">d</a> <td>INT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n76">d</a> <td>UINTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n99">d</a> <td>UINTMAX_C<td>stdint.h<td>UINTMAX_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n112">d</a> <td>UINTMAX_C<td>stdint.h<td>UINTMAX_C(value)<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n54">d</a> <td>UINT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n55">d</a> <td>UINT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n56">d</a> <td>UINT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n39">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n71">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n32">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>R<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n54">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n50">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n26">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n72">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>R<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n55">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n51">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n60">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n73">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n58">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n77">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n20">p</a> <td>atof<td>stdlib.h<td>double atof(const char *nptr);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n17">p</a> <td>atoi<td>stdlib.h<td>int atoi(const char *nptr);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n70">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdnoreturn.h#n4">d</a> <td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n21">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n22">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.23 String handling
 <tr><td>missing<td>&#160;<td>&#160;<td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n52">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n51">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">t</a> <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">t</a> <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>missing<td>&#160;<td>&#160;<td>char16_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>missing<td>&#160;<td>&#160;<td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>missing<td>&#160;<td>&#160;<td>c32rtomb<td>uchar.h<td>size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);<td>B.27 Unicode utilities
 <tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n82">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n28">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n28">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">t</a> <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n32">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n99">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n107">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n100">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n108">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n103">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n104">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n112">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n116">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n120">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n84">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n90">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n88">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n39">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n40">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n68">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n42">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n45">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n46">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n49">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n66">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n51">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n54">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n52">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n55">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n58">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n60">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n128">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n71">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n72">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n74">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n75">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n80">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n81">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n83">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n32">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n43">t</a> <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n4">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n23">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n18">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n35">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n105">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n108">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n116">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n104">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n112">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n120">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n128">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n124">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n101">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n131">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n90">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n89">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n93">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n96">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n97">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n45">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n46">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n74">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n49">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n51">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n54">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n52">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n55">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n72">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n57">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n60">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n58">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n61">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n68">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n64">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n71">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n66">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n75">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n134">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n77">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n80">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n84">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n81">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n86">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wctrans_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n32">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n152">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n26">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n153">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n154">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n156">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n24">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n45">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n46">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n157">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n158">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n160">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n162">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n164">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n166">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n158">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n26">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n160">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n136">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n162">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n24">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n45">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n46">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n164">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n166">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n168">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n169">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n170">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n173">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n172">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.29 Wide character classification and mapping utilities
 </table>