update to 1.1.12
[musl-tables] / tab_c11.html
index e89ab30..9d9b056 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=60a4783ed4bd0496f7eb31f9b7eb2ad10df46677">60a4783ed4bd0496f7eb31f9b7eb2ad10df46677</a><br>Date:   2014-10-14 13:32:42 -0400<br><br>    release 1.1.5
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=615629bd6fcd6ddb69ad762e679f088c7bd878e2">615629bd6fcd6ddb69ad762e679f088c7bd878e2</a><br>Date:   2015-10-19 19:12:57 -0400<br><br>    release 1.1.12
 <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>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n12">d</a> <td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n84">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n153">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n216">d</a> <td>carg<td>complex.h<td>double carg(double complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n85">p</a> <td>cargf<td>complex.h<td>float cargf(float complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n86">p</a> <td>cargl<td>complex.h<td>long double cargl(long double complex z);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n111">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<td>complex.h<td>double cimag(double complex z);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n112">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n89">p</a> <td>cimagf<td>complex.h<td>float cimagf(float complex z);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n113">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n90">p</a> <td>cimagl<td>complex.h<td>long double cimagl(long double complex z);<td>B.2 Complex
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n118">d</a> <td>CMPLX<td>complex.h<td>double complex CMPLX(double x, double y);<td>B.2 Complex
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n119">d</a> <td>CMPLXF<td>complex.h<td>float complex CMPLXF(float x, float y);<td>B.2 Complex
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n120">d</a> <td>CMPLXL<td>complex.h<td>long double complex CMPLXL(long double x, long double y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n112">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<td>complex.h<td>double cimag(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n113">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n89">p</a> <td>cimagf<td>complex.h<td>float cimagf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n114">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n90">p</a> <td>cimagl<td>complex.h<td>long double cimagl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n125">d</a> <td>CMPLX<td>complex.h<td>double complex CMPLX(double x, double y);<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n126">d</a> <td>CMPLXF<td>complex.h<td>float complex CMPLXF(float x, float y);<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n127">d</a> <td>CMPLXL<td>complex.h<td>long double complex CMPLXL(long double x, long double y);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n220">d</a> <td>conj<td>complex.h<td>double complex conj(double complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n93">p</a> <td>conjf<td>complex.h<td>float complex conjf(float complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n94">p</a> <td>conjl<td>complex.h<td>long double complex conjl(long double complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n96">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n161">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n224">d</a> <td>cproj<td>complex.h<td>double complex cproj(double complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n97">p</a> <td>cprojf<td>complex.h<td>float complex cprojf(float complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n98">p</a> <td>cprojl<td>complex.h<td>long double complex cprojl(long double complex z);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>complex.h<td>double creal(double complex z);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n101">p</a> <td>crealf<td>complex.h<td>float crealf(float complex z);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n109">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n102">p</a> <td>creall<td>complex.h<td>long double creall(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>complex.h<td>double creal(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n109">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n101">p</a> <td>crealf<td>complex.h<td>float crealf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n110">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n102">p</a> <td>creall<td>complex.h<td>long double creall(long double complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n10">p</a> <td>isalnum<td>ctype.h<td>int isalnum(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n11">p</a> <td>isalpha<td>ctype.h<td>int isalpha(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n12">p</a> <td>isblank<td>ctype.h<td>int isblank(int c);<td>B.3 Character handling
@@ -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#n16">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#n13">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>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n20">p</a> <td>feholdexcept<td>fenv.h<td>int feholdexcept(fenv_t *envp);<td>B.5 Floating-point environment
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n21">p</a> <td>fesetenv<td>fenv.h<td>int fesetenv(const fenv_t *envp);<td>B.5 Floating-point environment
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n22">p</a> <td>feupdateenv<td>fenv.h<td>int feupdateenv(const fenv_t *envp);<td>B.5 Floating-point environment
-<tr><td>&#160;<td>&#160;<td>d <td>FLT_ROUNDS<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n31">d</a> <td>DBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n8">d</a> <td>FLT_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n9">d</a> <td>FLT_ROUNDS<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n38">d</a> <td>DBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n15">d</a> <td>FLT_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d d <td>FLT_EVAL_METHOD<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n23">d</a> <td>DBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n14">d</a> <td>FLT_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n12">d</a> <td>FLT_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n30">d</a> <td>DBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n21">d</a> <td>FLT_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n19">d</a> <td>FLT_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n29">d</a> <td>DBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n27">d</a> <td>DBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n9">d</a> <td>FLT_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n36">d</a> <td>LDBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n36">d</a> <td>DBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n34">d</a> <td>DBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n16">d</a> <td>FLT_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n43">d</a> <td>LDBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n24">d</a> <td>DBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n4">d</a> <td>FLT_RADIX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n18">d</a> <td>FLT_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n31">d</a> <td>DBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n11">d</a> <td>FLT_RADIX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n25">d</a> <td>FLT_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n11">d</a> <td>FLT_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n33">d</a> <td>DBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n7">d</a> <td>FLT_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n26">d</a> <td>DBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n18">d</a> <td>FLT_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n40">d</a> <td>DBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n14">d</a> <td>FLT_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n33">d</a> <td>DBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n22">d</a> <td>DBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n29">d</a> <td>DBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n13">d</a> <td>FLT_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n20">d</a> <td>FLT_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n17">d</a> <td>FLT_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n28">d</a> <td>DBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n6">d</a> <td>FLT_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n32">d</a> <td>DBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n24">d</a> <td>FLT_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n35">d</a> <td>DBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n13">d</a> <td>FLT_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n39">d</a> <td>DBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n21">d</a> <td>DBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n37">d</a> <td>LDBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n19">d</a> <td>FLT_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n28">d</a> <td>DBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n44">d</a> <td>LDBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n26">d</a> <td>FLT_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n34">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n16">d</a> <td>FLT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n41">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n23">d</a> <td>FLT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n14">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n33">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n244">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n242">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n249">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n247">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n240">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n245">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n247">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n251">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n252">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n12">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n17">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td>t v <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n41">d</a> <td>_IOLBF<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#n45">d</a> <td>FILENAME_MAX<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#n47">d</a> <td>TMP_MAX<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/alltypes.h.in#n59">v</a> t <td>FILE<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/alltypes.h.in#n60">v</a> t <td>FILE<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#n42">d</a> <td>_IONBF<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#n48">d</a> <td>L_tmpnam<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#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<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#n53">t</a> <td>fpos_t<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#n44">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#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n78">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">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#n59">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n55">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/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">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>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n59">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n55">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#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <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#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">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/wchar.h#n40">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#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n79">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">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#n60">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n56">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/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n78">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">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>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n56">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/stdio.h#n40">d</a> <td>_IOFBF<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#n46">d</a> <td>FOPEN_MAX<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#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">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/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<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#n73">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n76">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/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n67">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n125">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_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#n63">t</a> <td>ldiv_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#n76">d</a> <td>EXIT_FAILURE<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#n79">d</a> <td>MB_CUR_MAX<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#n80">d</a> <td>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wchar_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#n64">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#n77">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#n62">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#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <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#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">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/wchar.h#n40">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#n81">d</a> <td>RAND_MAX<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#n82">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#n24">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#n21">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#n22">p</a> <td>atol<td>stdlib.h<td>long int atol(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/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n111">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n112">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n12">d</a> <td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n15">t</a> <td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n41">d</a> <td>ONCE_FLAG_INIT<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n30">e</a> <td>thrd_error<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n17">t</a> <td>thrd_start_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n31">e</a> <td>thrd_nomem<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n56">p</a> <td>call_once<td>threads.h<td>void call_once(once_flag *flag, void (*func)(void));<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n69">p</a> <td>cnd_broadcast<td>threads.h<td>int cnd_broadcast(cnd_t *cond);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n67">p</a> <td>cnd_destroy<td>threads.h<td>void cnd_destroy(cnd_t *cond);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n66">p</a> <td>cnd_init<td>threads.h<td>int cnd_init(cnd_t *cond);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n70">p</a> <td>cnd_signal<td>threads.h<td>int cnd_signal(cnd_t *cond);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n72">p</a> <td>cnd_timedwait<td>threads.h<td>int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n73">p</a> <td>cnd_wait<td>threads.h<td>int cnd_wait(cnd_t *cond, mtx_t *mtx);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n59">p</a> <td>mtx_destroy<td>threads.h<td>void mtx_destroy(mtx_t *mtx);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n58">p</a> <td>mtx_init<td>threads.h<td>int mtx_init(mtx_t *mtx, int type);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n61">p</a> <td>mtx_lock<td>threads.h<td>int mtx_lock(mtx_t *mtx);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n62">p</a> <td>mtx_timedlock<td>threads.h<td>int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n63">p</a> <td>mtx_trylock<td>threads.h<td>int mtx_trylock(mtx_t *mtx);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n64">p</a> <td>mtx_unlock<td>threads.h<td>int mtx_unlock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n58">p</a> <td>call_once<td>threads.h<td>void call_once(once_flag *flag, void (*func)(void));<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n71">p</a> <td>cnd_broadcast<td>threads.h<td>int cnd_broadcast(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n69">p</a> <td>cnd_destroy<td>threads.h<td>void cnd_destroy(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n68">p</a> <td>cnd_init<td>threads.h<td>int cnd_init(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n72">p</a> <td>cnd_signal<td>threads.h<td>int cnd_signal(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n74">p</a> <td>cnd_timedwait<td>threads.h<td>int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n75">p</a> <td>cnd_wait<td>threads.h<td>int cnd_wait(cnd_t *cond, mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n61">p</a> <td>mtx_destroy<td>threads.h<td>void mtx_destroy(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n60">p</a> <td>mtx_init<td>threads.h<td>int mtx_init(mtx_t *mtx, int type);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n63">p</a> <td>mtx_lock<td>threads.h<td>int mtx_lock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n64">p</a> <td>mtx_timedlock<td>threads.h<td>int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n65">p</a> <td>mtx_trylock<td>threads.h<td>int mtx_trylock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n66">p</a> <td>mtx_unlock<td>threads.h<td>int mtx_unlock(mtx_t *mtx);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n43">p</a> <td>thrd_create<td>threads.h<td>int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);<td>B.25 Threads
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n52">p</a> <td>thrd_current<td>threads.h<td>thrd_t thrd_current(void);<td>B.25 Threads
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n46">p</a> <td>thrd_detach<td>threads.h<td>int thrd_detach(thrd_t thr);<td>B.25 Threads
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n54">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n53">p</a> <td>thrd_equal<td>threads.h<td>int thrd_equal(thrd_t thr0, thrd_t thr1);<td>B.25 Threads
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n55">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n53">p</a> <td>thrd_equal<td>threads.h<td>int thrd_equal(thrd_t thr0, thrd_t thr1);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n44">p</a> <td>thrd_exit<td>threads.h<td>_Noreturn void thrd_exit(int res);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n47">p</a> <td>thrd_join<td>threads.h<td>int thrd_join(thrd_t thr, int *res);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n49">p</a> <td>thrd_sleep<td>threads.h<td>int thrd_sleep(const struct timespec *duration, struct timespec *remaining);<td>B.25 Threads
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n50">p</a> <td>thrd_yield<td>threads.h<td>void thrd_yield(void);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n75">p</a> <td>tss_create<td>threads.h<td>int tss_create(tss_t *key, tss_dtor_t dtor);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n76">p</a> <td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n79">p</a> <td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n78">p</a> <td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n77">p</a> <td>tss_create<td>threads.h<td>int tss_create(tss_t *key, tss_dtor_t dtor);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n78">p</a> <td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n81">p</a> <td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n80">p</a> <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#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <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#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">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/wchar.h#n40">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/alltypes.h.in#n1">v</a> 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#n64">d</a> <td>CLOCKS_PER_SEC<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/alltypes.h.in#n35">v</a> t <td>clock_t<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/alltypes.h.in#n36">v</a> t <td>clock_t<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#n38">s</a> <td>struct tm<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#n66">d</a> <td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t v <td>time_t<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#n58">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#n59">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#n57">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/alltypes.h.in#n61">v</a> t <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/alltypes.h.in#n62">v</a> t <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/alltypes.h.in#n1">v</a> t <td>size_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/uchar.h#n7">t</a> <td>char16_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/uchar.h#n8">t</a> <td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n21">p</a> <td>mbrtoc32<td>uchar.h<td>size_t mbrtoc32(char32_t * restrict pc32, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n20">p</a> <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 <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td>t v <td>wint_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/alltypes.h.in#n31">v</a> t <td>wint_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/stdint.h#n85">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n88">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n33">d</a> <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/alltypes.h.in#n1">v</a> 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#n38">s</a> <td>struct tm<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#n86">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n89">d</a> <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#n34">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/alltypes.h.in#n61">v</a> t <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/alltypes.h.in#n62">v</a> t <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#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <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#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">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/wchar.h#n40">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#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">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#n106">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#n83">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#n87">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#n88">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 v <td>wint_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/alltypes.h.in#n31">v</a> t <td>wint_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/wctype.h#n20">t</a> <td>wctrans_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/alltypes.h.in#n31">v</a> 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/alltypes.h.in#n32">v</a> 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#n43">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n22">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n23">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#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">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#n160">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n28">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities