update tables for musl 0.9.7
[musl-tables] / tab_c11.html
index 72b703b..89e913c 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=662da62eb7cba808e98fe8ea65f6bbf55fa50f1e">662da62eb7cba808e98fe8ea65f6bbf55fa50f1e</a><br>Date:   Sun Sep 16 22:26:23 2012 -0400<br><br>    add clock_adjtime, remap_file_pages, and syncfs syscall wrappers<br>    <br>    patch by Justin Cormack, with slight modification
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=dd762cf6e5886ed297886a19a2e2ffd49157a786">dd762cf6e5886ed297886a19a2e2ffd49157a786</a><br>Date:   Sun Oct 28 18:45:11 2012 -0400<br><br>    release notes for 0.9.7
 <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
@@ -7,77 +7,77 @@
 <tr><td>missing<td>&#160;<td>&#160;<td>imaginary<td>complex.h<td>&#160;<td>B.2 Complex
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n8">d</a> <td>complex<td>complex.h<td>&#160;<td>B.2 Complex
 <tr><td>missing<td>&#160;<td>&#160;<td>_Imaginary_I<td>complex.h<td>&#160;<td>B.2 Complex
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n9">d</a> <td>_Complex_I<td>complex.h<td>&#160;<td>B.2 Complex
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n10">d</a> <td>I<td>complex.h<td>&#160;<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n12">p</a> <td>cacos<td>complex.h<td>double complex cacos(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#n13">p</a> <td>cacosf<td>complex.h<td>float complex cacosf(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#n14">p</a> <td>cacosl<td>complex.h<td>long double complex cacosl(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#n16">p</a> <td>casin<td>complex.h<td>double complex casin(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#n17">p</a> <td>casinf<td>complex.h<td>float complex casinf(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#n18">p</a> <td>casinl<td>complex.h<td>long double complex casinl(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#n20">p</a> <td>catan<td>complex.h<td>double complex catan(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#n21">p</a> <td>catanf<td>complex.h<td>float complex catanf(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#n22">p</a> <td>catanl<td>complex.h<td>long double complex catanl(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#n24">p</a> <td>ccos<td>complex.h<td>double complex ccos(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#n25">p</a> <td>ccosf<td>complex.h<td>float complex ccosf(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#n26">p</a> <td>ccosl<td>complex.h<td>long double complex ccosl(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#n28">p</a> <td>csin<td>complex.h<td>double complex csin(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#n29">p</a> <td>csinf<td>complex.h<td>float complex csinf(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#n30">p</a> <td>csinl<td>complex.h<td>long double complex csinl(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#n32">p</a> <td>ctan<td>complex.h<td>double complex ctan(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#n33">p</a> <td>ctanf<td>complex.h<td>float complex ctanf(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#n34">p</a> <td>ctanl<td>complex.h<td>long double complex ctanl(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#n36">p</a> <td>cacosh<td>complex.h<td>double complex cacosh(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#n37">p</a> <td>cacoshf<td>complex.h<td>float complex cacoshf(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#n38">p</a> <td>cacoshl<td>complex.h<td>long double complex cacoshl(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#n40">p</a> <td>casinh<td>complex.h<td>double complex casinh(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#n41">p</a> <td>casinhf<td>complex.h<td>float complex casinhf(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#n42">p</a> <td>casinhl<td>complex.h<td>long double complex casinhl(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#n44">p</a> <td>catanh<td>complex.h<td>double complex catanh(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#n45">p</a> <td>catanhf<td>complex.h<td>float complex catanhf(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#n46">p</a> <td>catanhl<td>complex.h<td>long double complex catanhl(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#n48">p</a> <td>ccosh<td>complex.h<td>double complex ccosh(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#n49">p</a> <td>ccoshf<td>complex.h<td>float complex ccoshf(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#n50">p</a> <td>ccoshl<td>complex.h<td>long double complex ccoshl(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#n52">p</a> <td>csinh<td>complex.h<td>double complex csinh(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#n53">p</a> <td>csinhf<td>complex.h<td>float complex csinhf(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#n54">p</a> <td>csinhl<td>complex.h<td>long double complex csinhl(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#n56">p</a> <td>ctanh<td>complex.h<td>double complex ctanh(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#n57">p</a> <td>ctanhf<td>complex.h<td>float complex ctanhf(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#n58">p</a> <td>ctanhl<td>complex.h<td>long double complex ctanhl(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#n60">p</a> <td>cexp<td>complex.h<td>double complex cexp(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#n61">p</a> <td>cexpf<td>complex.h<td>float complex cexpf(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#n62">p</a> <td>cexpl<td>complex.h<td>long double complex cexpl(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#n64">p</a> <td>clog<td>complex.h<td>double complex clog(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#n65">p</a> <td>clogf<td>complex.h<td>float complex clogf(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#n66">p</a> <td>clogl<td>complex.h<td>long double complex clogl(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#n68">p</a> <td>cabs<td>complex.h<td>double cabs(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#n69">p</a> <td>cabsf<td>complex.h<td>float cabsf(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#n70">p</a> <td>cabsl<td>complex.h<td>long double cabsl(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#n72">p</a> <td>cpow<td>complex.h<td>double complex cpow(double complex x, double complex y);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n73">p</a> <td>cpowf<td>complex.h<td>float complex cpowf(float complex x, float complex y);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n74">p</a> <td>cpowl<td>complex.h<td>long double complex cpowl(long double complex x, long double complex y);<td>B.2 Complex
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n76">p</a> <td>csqrt<td>complex.h<td>double complex csqrt(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#n77">p</a> <td>csqrtf<td>complex.h<td>float complex csqrtf(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#n78">p</a> <td>csqrtl<td>complex.h<td>long double complex csqrtl(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#n80">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n133">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">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#n81">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#n82">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#n107">d</a> <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#n136">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">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#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n85">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#n109">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n86">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#n10">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n12">d</a> <td>_Complex_I<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n14">d</a> <td>I<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n16">p</a> <td>cacos<td>complex.h<td>double complex cacos(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#n17">p</a> <td>cacosf<td>complex.h<td>float complex cacosf(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#n18">p</a> <td>cacosl<td>complex.h<td>long double complex cacosl(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#n20">p</a> <td>casin<td>complex.h<td>double complex casin(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#n21">p</a> <td>casinf<td>complex.h<td>float complex casinf(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#n22">p</a> <td>casinl<td>complex.h<td>long double complex casinl(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#n24">p</a> <td>catan<td>complex.h<td>double complex catan(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#n25">p</a> <td>catanf<td>complex.h<td>float complex catanf(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#n26">p</a> <td>catanl<td>complex.h<td>long double complex catanl(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#n28">p</a> <td>ccos<td>complex.h<td>double complex ccos(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#n29">p</a> <td>ccosf<td>complex.h<td>float complex ccosf(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#n30">p</a> <td>ccosl<td>complex.h<td>long double complex ccosl(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#n32">p</a> <td>csin<td>complex.h<td>double complex csin(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#n33">p</a> <td>csinf<td>complex.h<td>float complex csinf(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#n34">p</a> <td>csinl<td>complex.h<td>long double complex csinl(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#n36">p</a> <td>ctan<td>complex.h<td>double complex ctan(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#n37">p</a> <td>ctanf<td>complex.h<td>float complex ctanf(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#n38">p</a> <td>ctanl<td>complex.h<td>long double complex ctanl(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#n40">p</a> <td>cacosh<td>complex.h<td>double complex cacosh(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#n41">p</a> <td>cacoshf<td>complex.h<td>float complex cacoshf(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#n42">p</a> <td>cacoshl<td>complex.h<td>long double complex cacoshl(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#n44">p</a> <td>casinh<td>complex.h<td>double complex casinh(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#n45">p</a> <td>casinhf<td>complex.h<td>float complex casinhf(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#n46">p</a> <td>casinhl<td>complex.h<td>long double complex casinhl(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#n48">p</a> <td>catanh<td>complex.h<td>double complex catanh(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#n49">p</a> <td>catanhf<td>complex.h<td>float complex catanhf(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#n50">p</a> <td>catanhl<td>complex.h<td>long double complex catanhl(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#n52">p</a> <td>ccosh<td>complex.h<td>double complex ccosh(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#n53">p</a> <td>ccoshf<td>complex.h<td>float complex ccoshf(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#n54">p</a> <td>ccoshl<td>complex.h<td>long double complex ccoshl(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#n56">p</a> <td>csinh<td>complex.h<td>double complex csinh(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#n57">p</a> <td>csinhf<td>complex.h<td>float complex csinhf(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#n58">p</a> <td>csinhl<td>complex.h<td>long double complex csinhl(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#n60">p</a> <td>ctanh<td>complex.h<td>double complex ctanh(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#n61">p</a> <td>ctanhf<td>complex.h<td>float complex ctanhf(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#n62">p</a> <td>ctanhl<td>complex.h<td>long double complex ctanhl(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#n64">p</a> <td>cexp<td>complex.h<td>double complex cexp(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#n65">p</a> <td>cexpf<td>complex.h<td>float complex cexpf(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#n66">p</a> <td>cexpl<td>complex.h<td>long double complex cexpl(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#n68">p</a> <td>clog<td>complex.h<td>double complex clog(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#n69">p</a> <td>clogf<td>complex.h<td>float complex clogf(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#n70">p</a> <td>clogl<td>complex.h<td>long double complex clogl(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#n72">p</a> <td>cabs<td>complex.h<td>double cabs(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#n73">p</a> <td>cabsf<td>complex.h<td>float cabsf(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#n74">p</a> <td>cabsl<td>complex.h<td>long double cabsl(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#n76">p</a> <td>cpow<td>complex.h<td>double complex cpow(double complex x, double complex y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n77">p</a> <td>cpowf<td>complex.h<td>float complex cpowf(float complex x, float complex y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n78">p</a> <td>cpowl<td>complex.h<td>long double complex cpowl(long double complex x, long double complex y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n80">p</a> <td>csqrt<td>complex.h<td>double complex csqrt(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#n81">p</a> <td>csqrtf<td>complex.h<td>float complex csqrtf(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#n82">p</a> <td>csqrtl<td>complex.h<td>long double complex csqrtl(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#n84">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n133">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">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#n136">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">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>missing<td>&#160;<td>&#160;<td>CMPLX<td>complex.h<td>double complex CMPLX(double x, double y);<td>B.2 Complex
 <tr><td>missing<td>&#160;<td>&#160;<td>CMPLXF<td>complex.h<td>float complex CMPLXF(float x, float y);<td>B.2 Complex
 <tr><td>missing<td>&#160;<td>&#160;<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#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">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#n89">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#n90">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#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">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#n93">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#n94">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#n103">d</a> <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#n142">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">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#n104">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n97">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#n105">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n98">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#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">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#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">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#n142">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">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/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#n25">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
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n94">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.20 Input/output
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n86">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n86">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.20 Input/output
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n92">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n100">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>sinh<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#n176">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>fdim<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#n240">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>log2<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#n80">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n133">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <td>carg<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#n84">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n133">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <td>carg<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#n320">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">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#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">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#n244">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">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#n107">d</a> <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#n136">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">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#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#n136">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">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#n160">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n145">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n208">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#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">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#n248">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">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/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <td>conj<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#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n137">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <td>conj<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#n228">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>log<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#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>fmax<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#n252">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>lround<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#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <td>cproj<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#n96">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <td>cproj<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#n276">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">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#n192">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>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#n264">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">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#n103">d</a> <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#n142">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">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#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#n142">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>missing<td>&#160;<td>&#160;<td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>ONCE_FLAG_INIT<td>threads.h<td>&#160;<td>B.25 Threads