update makefile
[musl-tables] / tab_c11.html
1 <h3>musl vs c11 api</h3>
2 <h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be">b07d45eb01e900f0176894fdedab62285f5cb8be</a><br>Date:   2019-07-16 15:30:39 -0400<br><br>    release 1.1.23
3 <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)
4 <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
5 <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
6 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n3">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n6">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n8">d</a> <td>assert<td>assert.h<td>void assert(scalar expression);<td>B.1 Diagnostics
7 <tr><td>missing<td>&#160;<td>&#160;<td>imaginary<td>complex.h<td>&#160;<td>B.2 Complex
8 <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
9 <tr><td>missing<td>&#160;<td>&#160;<td>_Imaginary_I<td>complex.h<td>&#160;<td>B.2 Complex
10 <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
11 <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
12 <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
13 <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
14 <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
15 <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
16 <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
17 <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
18 <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
19 <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
20 <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
21 <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
22 <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
23 <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
24 <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
25 <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
26 <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
27 <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
28 <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
29 <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
30 <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
31 <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
32 <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
33 <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
34 <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
35 <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
36 <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
37 <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
38 <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
39 <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
40 <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
41 <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
42 <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
43 <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
44 <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
45 <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
46 <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
47 <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
48 <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
49 <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
50 <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
51 <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
52 <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
53 <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
54 <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
55 <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
56 <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
57 <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
58 <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
59 <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
60 <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
61 <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
62 <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
63 <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
64 <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
65 <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
66 <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
67 <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
68 <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
69 <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
70 <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
71 <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
72 <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
73 <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
74 <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
75 <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
76 <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
77 <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
78 <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
79 <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
80 <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
81 <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
82 <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
83 <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
84 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n13">p</a> <td>iscntrl<td>ctype.h<td>int iscntrl(int c);<td>B.3 Character handling
85 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n32">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n14">p</a> <td>isdigit<td>ctype.h<td>int isdigit(int c);<td>B.3 Character handling
86 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n15">p</a> <td>isgraph<td>ctype.h<td>int isgraph(int c);<td>B.3 Character handling
87 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n16">p</a> <td>islower<td>ctype.h<td>int islower(int c);<td>B.3 Character handling
88 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n17">p</a> <td>isprint<td>ctype.h<td>int isprint(int c);<td>B.3 Character handling
89 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n18">p</a> <td>ispunct<td>ctype.h<td>int ispunct(int c);<td>B.3 Character handling
90 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n19">p</a> <td>isspace<td>ctype.h<td>int isspace(int c);<td>B.3 Character handling
91 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n20">p</a> <td>isupper<td>ctype.h<td>int isupper(int c);<td>B.3 Character handling
92 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n21">p</a> <td>isxdigit<td>ctype.h<td>int isxdigit(int c);<td>B.3 Character handling
93 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n22">p</a> <td>tolower<td>ctype.h<td>int tolower(int c);<td>B.3 Character handling
94 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n23">p</a> <td>toupper<td>ctype.h<td>int toupper(int c);<td>B.3 Character handling
95 <tr><td>&#160;<td>&#160;<td>d <td>EDOM<td>errno.h<td>&#160;<td>B.4 Errors
96 <tr><td>&#160;<td>&#160;<td>d <td>EILSEQ<td>errno.h<td>&#160;<td>B.4 Errors
97 <tr><td>&#160;<td>&#160;<td>d <td>ERANGE<td>errno.h<td>&#160;<td>B.4 Errors
98 <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
99 <tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
100 <tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
101 <tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
102 <tr><td>&#160;<td>&#160;<td>t <td>fexcept_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
103 <tr><td>&#160;<td>&#160;<td>d <td>FE_UNDERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
104 <tr><td>&#160;<td>&#160;<td>d <td>FE_UPWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
105 <tr><td>&#160;<td>&#160;<td>d <td>FE_DIVBYZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
106 <tr><td>&#160;<td>&#160;<td>d <td>FE_ALL_EXCEPT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
107 <tr><td>&#160;<td>&#160;<td>d <td>FE_DFL_ENV<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
108 <tr><td>&#160;<td>&#160;<td>d <td>FE_INEXACT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
109 <tr><td>&#160;<td>&#160;<td>d <td>FE_DOWNWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
110 <tr><td>&#160;<td>&#160;<td>d <td>FE_INVALID<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
111 <tr><td>&#160;<td>&#160;<td>d <td>FE_TONEAREST<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
112 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n10">p</a> <td>feclearexcept<td>fenv.h<td>int feclearexcept(int excepts);<td>B.5 Floating-point environment
113 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n11">p</a> <td>fegetexceptflag<td>fenv.h<td>int fegetexceptflag(fexcept_t *flagp, int excepts);<td>B.5 Floating-point environment
114 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n12">p</a> <td>feraiseexcept<td>fenv.h<td>int feraiseexcept(int excepts);<td>B.5 Floating-point environment
115 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n13">p</a> <td>fesetexceptflag<td>fenv.h<td>int fesetexceptflag(const fexcept_t *flagp, int excepts);<td>B.5 Floating-point environment
116 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n14">p</a> <td>fetestexcept<td>fenv.h<td>int fetestexcept(int excepts);<td>B.5 Floating-point environment
117 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n16">p</a> <td>fegetround<td>fenv.h<td>int fegetround(void);<td>B.5 Floating-point environment
118 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n17">p</a> <td>fesetround<td>fenv.h<td>int fesetround(int round);<td>B.5 Floating-point environment
119 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n19">p</a> <td>fegetenv<td>fenv.h<td>int fegetenv(fenv_t *envp);<td>B.5 Floating-point environment
120 <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
121 <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
122 <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
123 <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
124 <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
125 <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
126 <tr><td>&#160;<td>&#160;<td>d d <td>FLT_EVAL_METHOD<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
127 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
128 <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
129 <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
130 <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
131 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
132 <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
133 <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
134 <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
135 <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
136 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
137 <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
138 <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
139 <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
140 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
141 <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
142 <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
143 <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
144 <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
145 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
146 <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
147 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
148 <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
149 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
150 <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
151 <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
152 <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
153 <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
154 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
155 <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
156 <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
157 <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
158 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
159 <tr><td>&#160;<td>&#160;<td>d <td>DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
160 <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
161 <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
162 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
163 <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
164 <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
165 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n34">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
166 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n35">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
167 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n36">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
168 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n38">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
169 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n39">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
170 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n40">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
171 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n41">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
172 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n43">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
173 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n44">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
174 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n45">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
175 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n46">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
176 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n123">d</a> <td>PRIdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
177 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n130">d</a> <td>PRIdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
178 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n48">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
179 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n49">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
180 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n50">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
181 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n51">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
182 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n53">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
183 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n54">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
184 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n55">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
185 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n56">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
186 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n58">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
187 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n59">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
188 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n60">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
189 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n61">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
190 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n124">d</a> <td>PRIiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
191 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n131">d</a> <td>PRIiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
192 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n63">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
193 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n64">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
194 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n65">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
195 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n66">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
196 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n68">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
197 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n69">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
198 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n70">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
199 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n71">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
200 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n73">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
201 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n74">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
202 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n75">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
203 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n76">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
204 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n125">d</a> <td>PRIoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
205 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n132">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
206 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n78">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
207 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n79">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
208 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n80">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
209 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n81">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
210 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n83">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
211 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n84">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
212 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n85">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
213 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n86">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
214 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n88">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
215 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n89">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
216 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n90">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
217 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n91">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
218 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n126">d</a> <td>PRIuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
219 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n133">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
220 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n93">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
221 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n94">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
222 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n95">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
223 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n96">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
224 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n98">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
225 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n99">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
226 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n100">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
227 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n101">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
228 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n103">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
229 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n104">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
230 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n105">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
231 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n106">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
232 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n127">d</a> <td>PRIxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
233 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n134">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
234 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n108">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
235 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n109">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
236 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n110">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
237 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n111">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
238 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n113">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
239 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n114">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
240 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n115">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
241 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n116">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
242 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n118">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
243 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n119">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
244 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n120">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
245 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n121">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
246 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n128">d</a> <td>PRIXMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
247 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n135">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
248 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n137">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
249 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n138">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
250 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n139">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
251 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n140">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
252 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n142">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
253 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n143">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
254 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n144">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
255 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n145">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
256 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n147">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
257 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n148">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
258 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n149">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
259 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n150">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
260 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n212">d</a> <td>SCNdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
261 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n218">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
262 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n152">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
263 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n153">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
264 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n154">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
265 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n155">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
266 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n157">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
267 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n158">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
268 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n159">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
269 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n160">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
270 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n162">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
271 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n163">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
272 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n164">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
273 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n165">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
274 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n213">d</a> <td>SCNiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
275 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n219">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
276 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n182">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
277 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n183">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
278 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n184">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
279 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n185">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
280 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n187">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
281 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n188">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
282 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n189">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
283 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n190">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
284 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n192">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
285 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n193">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
286 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n194">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
287 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n195">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
288 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n214">d</a> <td>SCNoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
289 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n220">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
290 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n167">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
291 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n168">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
292 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n169">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
293 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n170">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
294 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n172">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
295 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n173">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
296 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n174">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
297 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n175">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
298 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n177">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
299 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n178">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
300 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n179">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
301 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n180">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
302 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n215">d</a> <td>SCNuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
303 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n221">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
304 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n197">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
305 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n198">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
306 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n199">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
307 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n200">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
308 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n202">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
309 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n203">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
310 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n204">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
311 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n205">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
312 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n207">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
313 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n208">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
314 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n209">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
315 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n210">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
316 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n216">d</a> <td>SCNxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
317 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n222">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
318 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n16">p</a> <td>imaxabs<td>inttypes.h<td>intmax_t imaxabs(intmax_t j);<td>B.7 Format conversion of integer types
319 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n17">p</a> <td>imaxdiv<td>inttypes.h<td>imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);<td>B.7 Format conversion of integer types
320 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n19">p</a> <td>strtoimax<td>inttypes.h<td>intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
321 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n20">p</a> <td>strtoumax<td>inttypes.h<td>uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
322 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n22">p</a> <td>wcstoimax<td>inttypes.h<td>intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
323 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n23">p</a> <td>wcstoumax<td>inttypes.h<td>uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
324 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n6">d</a> <td>and<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
325 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n9">d</a> <td>bitor<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
326 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n12">d</a> <td>not_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
327 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n15">d</a> <td>xor<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
328 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n7">d</a> <td>and_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
329 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n10">d</a> <td>compl<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
330 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n13">d</a> <td>or<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
331 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n16">d</a> <td>xor_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
332 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n8">d</a> <td>bitand<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
333 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n11">d</a> <td>not<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
334 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iso646.h#n14">d</a> <td>or_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
335 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n22">d</a> <td>CHAR_BIT<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
336 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n14">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n17">d</a> <td>CHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
337 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n29">d</a> <td>INT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
338 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n33">d</a> <td>ULONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
339 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n23">d</a> <td>SCHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
340 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n37">d</a> <td>MB_LEN_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
341 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n30">d</a> <td>INT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
342 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n34">d</a> <td>LLONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
343 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n24">d</a> <td>SCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
344 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n26">d</a> <td>SHRT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
345 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n31">d</a> <td>UINT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
346 <tr><td>&#160;<td>&#160;<td>d <td>LLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
347 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n25">d</a> <td>UCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
348 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n27">d</a> <td>SHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
349 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n32">d</a> <td>LONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
350 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n35">d</a> <td>ULLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
351 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n16">d</a> <td>CHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
352 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/limits.h#n28">d</a> <td>USHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
353 <tr><td>&#160;<td>&#160;<td>d <td>LONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
354 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n24">s</a> <td>struct lconv<td>locale.h<td>&#160;<td>B.10 Localization
355 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n22">d</a> <td>LC_ALL<td>locale.h<td>&#160;<td>B.10 Localization
356 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n16">d</a> <td>LC_CTYPE<td>locale.h<td>&#160;<td>B.10 Localization
357 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n17">d</a> <td>LC_NUMERIC<td>locale.h<td>&#160;<td>B.10 Localization
358 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
359 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n19">d</a> <td>LC_COLLATE<td>locale.h<td>&#160;<td>B.10 Localization
360 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n20">d</a> <td>LC_MONETARY<td>locale.h<td>&#160;<td>B.10 Localization
361 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n18">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
362 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n53">p</a> <td>setlocale<td>locale.h<td>char *setlocale(int category, const char *locale);<td>B.10 Localization
363 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td>localeconv<td>locale.h<td>struct lconv *localeconv(void);<td>B.10 Localization
364 <tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
365 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n34">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
366 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n48">d</a> <td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
367 <tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
368 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n33">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
369 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n31">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
370 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n23">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
371 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n37">d</a> <td>FP_NORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
372 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n30">d</a> <td>FP_ILOGBNAN<td>math.h<td>&#160;<td>B.11 Mathematics
373 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n22">d</a> <td>HUGE_VALF<td>math.h<td>&#160;<td>B.11 Mathematics
374 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n36">d</a> <td>FP_SUBNORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
375 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n26">d</a> <td>MATH_ERRNO<td>math.h<td>&#160;<td>B.11 Mathematics
376 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n24">d</a> <td>HUGE_VALL<td>math.h<td>&#160;<td>B.11 Mathematics
377 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n35">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
378 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n27">d</a> <td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
379 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n16">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n19">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
380 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n40">d</a> <td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
381 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n28">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
382 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n15">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n18">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
383 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n44">d</a> <td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
384 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n68">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
385 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
386 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n73">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
387 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n78">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
388 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
389 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n97">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
390 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
391 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
392 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
393 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
394 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
395 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
396 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">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>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
397 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
398 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
399 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">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>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
400 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
401 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
402 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
403 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
404 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
405 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
406 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
407 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
408 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
409 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
410 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
411 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
412 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
413 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
414 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">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>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
415 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
416 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
417 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">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>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
418 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
419 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
420 <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#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
421 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
422 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
423 <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#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
424 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
425 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
426 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n351">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>math.h<td>double tanh(double x);<td>B.11 Mathematics
427 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n352">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
428 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n353">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
429 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">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>math.h<td>double exp(double x);<td>B.11 Mathematics
430 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
431 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
432 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">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>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
433 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
434 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
435 <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#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
436 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
437 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
438 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
439 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
440 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
441 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
442 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
443 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
444 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
445 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
446 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
447 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
448 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
449 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
450 <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#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
451 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
452 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
453 <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#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
454 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
455 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
456 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
457 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
458 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
459 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">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>math.h<td>double logb(double x);<td>B.11 Mathematics
460 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
461 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
462 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
463 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
464 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
465 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
466 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
467 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
468 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
469 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
470 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
471 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
472 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
473 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
474 <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#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
475 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
476 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
477 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
478 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
479 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
480 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">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>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
481 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
482 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
483 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
484 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
485 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
486 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
487 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
488 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
489 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
490 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
491 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
492 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
493 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
494 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
495 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n355">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
496 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n356">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
497 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n357">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
498 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
499 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
500 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
501 <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#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
502 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
503 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
504 <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#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
505 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
506 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
507 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
508 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
509 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
510 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">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>math.h<td>long int lrint(double x);<td>B.11 Mathematics
511 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
512 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
513 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">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>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
514 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
515 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
516 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
517 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
518 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
519 <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#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
520 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
521 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
522 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
523 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
524 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
525 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
526 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n360">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
527 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n361">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
528 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
529 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
530 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
531 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
532 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
533 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
534 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
535 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
536 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
537 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
538 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
539 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
540 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
541 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
542 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
543 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
544 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
545 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
546 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
547 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
548 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
549 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">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>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
550 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
551 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
552 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">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>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
553 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
554 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
555 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">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>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
556 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
557 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
558 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">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>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
559 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
560 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
561 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
562 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
563 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
564 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
565 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
566 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n102">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
567 <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
568 <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
569 <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
570 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n269">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
571 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n267">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
572 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
573 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
574 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n266">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
575 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
576 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
577 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n265">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
578 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
579 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
580 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n271">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
581 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n272">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
582 <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
583 <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
584 <tr><td>&#160;<td>&#160;<td>t <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
585 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n14">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.15 Variable arguments
586 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.15 Variable arguments
587 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n13">d</a> <td>va_end<td>stdarg.h<td>void va_end(va_list ap);<td>B.15 Variable arguments
588 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n12">d</a> <td>va_start<td>stdarg.h<td>void va_start(va_list ap, parmN);<td>B.15 Variable arguments
589 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_BOOL_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
590 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint<td>stdatomic.h<td>&#160;<td>B.16 Atomics
591 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
592 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_long<td>stdatomic.h<td>&#160;<td>B.16 Atomics
593 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR16_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
594 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ulong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
595 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR32_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
596 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_llong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
597 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_WCHAR_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
598 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ullong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
599 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_SHORT_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
600 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_char16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
601 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_INT_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
602 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_char32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
603 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_LONG_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
604 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_wchar_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
605 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_LLONG_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
606 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
607 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_POINTER_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
608 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
609 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_FLAG_INIT<td>stdatomic.h<td>&#160;<td>B.16 Atomics
610 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
611 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order<td>stdatomic.h<td>&#160;<td>B.16 Atomics
612 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
613 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag<td>stdatomic.h<td>&#160;<td>B.16 Atomics
614 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
615 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_relaxed<td>stdatomic.h<td>&#160;<td>B.16 Atomics
616 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
617 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_consume<td>stdatomic.h<td>&#160;<td>B.16 Atomics
618 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
619 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_acquire<td>stdatomic.h<td>&#160;<td>B.16 Atomics
620 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
621 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_release<td>stdatomic.h<td>&#160;<td>B.16 Atomics
622 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
623 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_acq_rel<td>stdatomic.h<td>&#160;<td>B.16 Atomics
624 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
625 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_seq_cst<td>stdatomic.h<td>&#160;<td>B.16 Atomics
626 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
627 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_bool<td>stdatomic.h<td>&#160;<td>B.16 Atomics
628 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
629 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_char<td>stdatomic.h<td>&#160;<td>B.16 Atomics
630 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
631 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_schar<td>stdatomic.h<td>&#160;<td>B.16 Atomics
632 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
633 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uchar<td>stdatomic.h<td>&#160;<td>B.16 Atomics
634 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
635 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_short<td>stdatomic.h<td>&#160;<td>B.16 Atomics
636 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
637 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ushort<td>stdatomic.h<td>&#160;<td>B.16 Atomics
638 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_intptr_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
639 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int<td>stdatomic.h<td>&#160;<td>B.16 Atomics
640 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uintptr_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
641 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_size_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
642 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_intmax_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
643 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ptrdiff_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
644 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uintmax_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
645 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_VAR_INIT<td>stdatomic.h<td>ATOMIC_VAR_INIT(C value)<td>B.16 Atomics
646 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_init<td>stdatomic.h<td>void atomic_init(volatile A *obj, C value);<td>B.16 Atomics
647 <tr><td>missing<td>&#160;<td>&#160;<td>kill_dependency<td>stdatomic.h<td>type kill_dependency(type y);<td>B.16 Atomics
648 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_thread_fence<td>stdatomic.h<td>void atomic_thread_fence(memory_order order);<td>B.16 Atomics
649 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_signal_fence<td>stdatomic.h<td>void atomic_signal_fence(memory_order order);<td>B.16 Atomics
650 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_is_lock_free<td>stdatomic.h<td>_Bool atomic_is_lock_free(const volatile A *obj);<td>B.16 Atomics
651 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_store<td>stdatomic.h<td>void atomic_store(volatile A *object, C desired);<td>B.16 Atomics
652 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_store_explicit<td>stdatomic.h<td>void atomic_store_explicit(volatile A *object, C desired, memory_order order);<td>B.16 Atomics
653 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_load<td>stdatomic.h<td>C atomic_load(volatile A *object);<td>B.16 Atomics
654 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_load_explicit<td>stdatomic.h<td>C atomic_load_explicit(volatile A *object, memory_order order);<td>B.16 Atomics
655 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_exchange<td>stdatomic.h<td>C atomic_exchange(volatile A *object, C desired);<td>B.16 Atomics
656 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_exchange_explicit<td>stdatomic.h<td>C atomic_exchange_explicit(volatile A *object, C desired, memory_order order);<td>B.16 Atomics
657 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_strong<td>stdatomic.h<td>_Bool atomic_compare_exchange_strong(volatile A *object, C *expected, C desired);<td>B.16 Atomics
658 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_strong_explicit<td>stdatomic.h<td>_Bool atomic_compare_exchange_strong_explicit(volatile A *object, C *expected, C desired, memory_order success, memory_order failure);<td>B.16 Atomics
659 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_weak<td>stdatomic.h<td>_Bool atomic_compare_exchange_weak(volatile A *object, C *expected, C desired);<td>B.16 Atomics
660 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_weak_explicit<td>stdatomic.h<td>_Bool atomic_compare_exchange_weak_explicit(volatile A *object, C *expected, C desired, memory_order success, memory_order failure);<td>B.16 Atomics
661 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_add<td>stdatomic.h<td>C atomic_fetch_add(volatile A *object, M operand);<td>B.16 Atomics
662 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_sub<td>stdatomic.h<td>C atomic_fetch_sub(volatile A *object, M operand);<td>B.16 Atomics
663 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_and<td>stdatomic.h<td>C atomic_fetch_and(volatile A *object, M operand);<td>B.16 Atomics
664 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_or<td>stdatomic.h<td>C atomic_fetch_or(volatile A *object, M operand);<td>B.16 Atomics
665 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_xor<td>stdatomic.h<td>C atomic_fetch_xor(volatile A *object, M operand);<td>B.16 Atomics
666 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_add_explicit<td>stdatomic.h<td>C atomic_fetch_add_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
667 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_sub_explicit<td>stdatomic.h<td>C atomic_fetch_sub_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
668 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_and_explicit<td>stdatomic.h<td>C atomic_fetch_and_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
669 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_or_explicit<td>stdatomic.h<td>C atomic_fetch_or_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
670 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_xor_explicit<td>stdatomic.h<td>C atomic_fetch_xor_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
671 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_test_and_set<td>stdatomic.h<td>_Bool atomic_flag_test_and_set(volatile atomic_flag *object);<td>B.16 Atomics
672 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_test_and_set_explicit<td>stdatomic.h<td>_Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object, memory_order order);<td>B.16 Atomics
673 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_clear<td>stdatomic.h<td>void atomic_flag_clear(volatile atomic_flag *object);<td>B.16 Atomics
674 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_clear_explicit<td>stdatomic.h<td>void atomic_flag_clear_explicit(volatile atomic_flag *object, memory_order order);<td>B.16 Atomics
675 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n8">d</a> <td>bool<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
676 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n6">d</a> <td>true<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
677 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
678 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n12">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
679 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
680 <tr><td>&#160;<td>&#160;<td>t <td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
681 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
682 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
683 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
684 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n20">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n22">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
685 <tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
686 <tr><td>&#160;<td>&#160;<td>t <td>int16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
687 <tr><td>&#160;<td>&#160;<td>t <td>int32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
688 <tr><td>&#160;<td>&#160;<td>t <td>int64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
689 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n56">d</a> <td>INT_LEAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
690 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n57">d</a> <td>INT_LEAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
691 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n58">d</a> <td>INT_LEAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
692 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n59">d</a> <td>INT_LEAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
693 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
694 <tr><td>&#160;<td>&#160;<td>t <td>uint8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
695 <tr><td>&#160;<td>&#160;<td>t <td>uint16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
696 <tr><td>&#160;<td>&#160;<td>t <td>uint32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
697 <tr><td>&#160;<td>&#160;<td>t <td>uint64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
698 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n64">d</a> <td>INT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
699 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n65">d</a> <td>INT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
700 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n66">d</a> <td>INT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
701 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n67">d</a> <td>INT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
702 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n92">d</a> <td>SIG_ATOMIC_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
703 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n25">t</a> <td>int_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
704 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n26">t</a> <td>int_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
705 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n27">t</a> <td>int_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
706 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n28">t</a> <td>int_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
707 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n72">d</a> <td>UINT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
708 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n73">d</a> <td>UINT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
709 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n74">d</a> <td>UINT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
710 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n75">d</a> <td>UINT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
711 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n93">d</a> <td>SIG_ATOMIC_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
712 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n33">t</a> <td>uint_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
713 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n34">t</a> <td>uint_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
714 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n35">t</a> <td>uint_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
715 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n36">t</a> <td>uint_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
716 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n53">d</a> <td>INT_FAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
717 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
718 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
719 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n54">d</a> <td>INT_FAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
720 <tr><td>&#160;<td>&#160;<td>d <td>SIZE_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
721 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n22">t</a> <td>int_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
722 <tr><td>&#160;<td>&#160;<td>t <td>int_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
723 <tr><td>&#160;<td>&#160;<td>t <td>int_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
724 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n23">t</a> <td>int_fast64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
725 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n61">d</a> <td>INT_FAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
726 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
727 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
728 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n62">d</a> <td>INT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
729 <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#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
730 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n30">t</a> <td>uint_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
731 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
732 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
733 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n31">t</a> <td>uint_fast64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
734 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n69">d</a> <td>UINT_FAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
735 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
736 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
737 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n70">d</a> <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
738 <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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
739 <tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
740 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
741 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n81">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
742 <tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
743 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
744 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n82">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
745 <tr><td>&#160;<td>&#160;<td>t <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
746 <tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
747 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n97">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.19 Integer types
748 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n98">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.19 Integer types
749 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n99">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.19 Integer types
750 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n106">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n111">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.19 Integer types
751 <tr><td>&#160;<td>&#160;<td>t <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
752 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n77">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
753 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n101">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.19 Integer types
754 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n102">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.19 Integer types
755 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n103">d</a> <td>UINT32_C<td>stdint.h<td>UINT32_C(value)<td>B.19 Integer types
756 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n112">d</a> <td>UINT64_C<td>stdint.h<td>UINT64_C(value)<td>B.19 Integer types
757 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n38">d</a> <td>INT8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
758 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n39">d</a> <td>INT16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
759 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n40">d</a> <td>INT32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
760 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n41">d</a> <td>INT64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
761 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n78">d</a> <td>INTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
762 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n113">d</a> <td>INTMAX_C<td>stdint.h<td>INTMAX_C(value)<td>B.19 Integer types
763 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n43">d</a> <td>INT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
764 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n44">d</a> <td>INT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
765 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n45">d</a> <td>INT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
766 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n46">d</a> <td>INT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
767 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n79">d</a> <td>UINTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
768 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n109">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n114">d</a> <td>UINTMAX_C<td>stdint.h<td>UINTMAX_C(value)<td>B.19 Integer types
769 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n48">d</a> <td>UINT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
770 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n49">d</a> <td>UINT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
771 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n50">d</a> <td>UINT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
772 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdint.h#n51">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
773 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
774 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdio.h<td>&#160;<td>B.20 Input/output
775 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n45">d</a> <td>_IOLBF<td>stdio.h<td>&#160;<td>B.20 Input/output
776 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n49">d</a> <td>FILENAME_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
777 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n51">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
778 <tr><td>&#160;<td>&#160;<td>t <td>FILE<td>stdio.h<td>&#160;<td>B.20 Input/output
779 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n46">d</a> <td>_IONBF<td>stdio.h<td>&#160;<td>B.20 Input/output
780 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n52">d</a> <td>L_tmpnam<td>stdio.h<td>&#160;<td>B.20 Input/output
781 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n66">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n62">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
782 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n58">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.20 Input/output
783 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n48">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.20 Input/output
784 <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#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n41">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
785 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n64">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.20 Input/output
786 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
787 <tr><td>&#160;<td>&#160;<td><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#n35">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.20 Input/output
788 <tr><td>&#160;<td>&#160;<td><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/fcntl.h#n80">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n39">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n42">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
789 <tr><td>&#160;<td>D<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n65">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.20 Input/output
790 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n44">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.20 Input/output
791 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n50">d</a> <td>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
792 <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#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n40">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
793 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n72">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.20 Input/output
794 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n73">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.20 Input/output
795 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n130">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.20 Input/output
796 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n129">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.20 Input/output
797 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n70">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.20 Input/output
798 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.20 Input/output
799 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
800 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n69">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.20 Input/output
801 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n127">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.20 Input/output
802 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n126">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.20 Input/output
803 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n108">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
804 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n118">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
805 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n107">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.20 Input/output
806 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n117">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.20 Input/output
807 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n110">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.20 Input/output
808 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n109">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
809 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n119">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
810 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
811 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
812 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.20 Input/output
813 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n120">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.20 Input/output
814 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n115">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
815 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n114">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
816 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
817 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.20 Input/output
818 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.20 Input/output
819 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n95">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.20 Input/output
820 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.20 Input/output
821 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n91">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
822 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n92">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.20 Input/output
823 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n96">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
824 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n97">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.20 Input/output
825 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.20 Input/output
826 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n93">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.20 Input/output
827 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n87">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
828 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n88">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
829 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n84">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.20 Input/output
830 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n80">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.20 Input/output
831 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n85">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.20 Input/output
832 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n81">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.20 Input/output
833 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n82">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.20 Input/output
834 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n78">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.20 Input/output
835 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.20 Input/output
836 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n76">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.20 Input/output
837 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n124">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.20 Input/output
838 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
839 <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
840 <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
841 <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
842 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
843 <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
844 <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
845 <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
846 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.21 General utilities
847 <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
848 <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
849 <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
850 <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
851 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n23">p</a> <td>atoll<td>stdlib.h<td>long long int atoll(const char *nptr);<td>B.21 General utilities
852 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n27">p</a> <td>strtod<td>stdlib.h<td>double strtod(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
853 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n26">p</a> <td>strtof<td>stdlib.h<td>float strtof(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
854 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n28">p</a> <td>strtold<td>stdlib.h<td>long double strtold(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
855 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n30">p</a> <td>strtol<td>stdlib.h<td>long int strtol(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
856 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n32">p</a> <td>strtoll<td>stdlib.h<td>long long int strtoll(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
857 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n31">p</a> <td>strtoul<td>stdlib.h<td>unsigned long int strtoul(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
858 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n33">p</a> <td>strtoull<td>stdlib.h<td>unsigned long long int strtoull(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
859 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td>rand<td>stdlib.h<td>int rand(void);<td>B.21 General utilities
860 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n36">p</a> <td>srand<td>stdlib.h<td>void srand(unsigned int seed);<td>B.21 General utilities
861 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n42">p</a> <td>aligned_alloc<td>stdlib.h<td>void *aligned_alloc(size_t alignment, size_t size);<td>B.21 General utilities
862 <tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n76">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
863 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n77">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
864 <tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n38">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.21 General utilities
865 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.21 General utilities
866 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td>abort<td>stdlib.h<td>_Noreturn void abort(void);<td>B.21 General utilities
867 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n45">p</a> <td>atexit<td>stdlib.h<td>int atexit(void (*func)(void));<td>B.21 General utilities
868 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n48">p</a> <td>at_quick_exit<td>stdlib.h<td>int at_quick_exit(void (*func)(void));<td>B.21 General utilities
869 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n46">p</a> <td>exit<td>stdlib.h<td>_Noreturn void exit(int status);<td>B.21 General utilities
870 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n47">p</a> <td>_Exit<td>stdlib.h<td>_Noreturn void _Exit(int status);<td>B.21 General utilities
871 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n51">p</a> <td>getenv<td>stdlib.h<td>char *getenv(const char *name);<td>B.21 General utilities
872 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n49">p</a> <td>quick_exit<td>stdlib.h<td>_Noreturn void quick_exit(int status);<td>B.21 General utilities
873 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n53">p</a> <td>system<td>stdlib.h<td>int system(const char *string);<td>B.21 General utilities
874 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n55">p</a> <td>bsearch<td>stdlib.h<td>void *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.21 General utilities
875 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n56">p</a> <td>qsort<td>stdlib.h<td>void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.21 General utilities
876 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n58">p</a> <td>abs<td>stdlib.h<td>int abs(int j);<td>B.21 General utilities
877 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n59">p</a> <td>labs<td>stdlib.h<td>long int labs(long int j);<td>B.21 General utilities
878 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n60">p</a> <td>llabs<td>stdlib.h<td>long long int llabs(long long int j);<td>B.21 General utilities
879 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n66">p</a> <td>div<td>stdlib.h<td>div_t div(int numer, int denom);<td>B.21 General utilities
880 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n67">p</a> <td>ldiv<td>stdlib.h<td>ldiv_t ldiv(long int numer, long int denom);<td>B.21 General utilities
881 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n68">p</a> <td>lldiv<td>stdlib.h<td>lldiv_t lldiv(long long int numer, long long int denom);<td>B.21 General utilities
882 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n70">p</a> <td>mblen<td>stdlib.h<td>int mblen(const char *s, size_t n);<td>B.21 General utilities
883 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n71">p</a> <td>mbtowc<td>stdlib.h<td>int mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);<td>B.21 General utilities
884 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n72">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.21 General utilities
885 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n73">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.21 General utilities
886 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n74">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.21 General utilities
887 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdnoreturn.h#n5">d</a> <td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
888 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
889 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
890 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
891 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
892 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n31">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.23 String handling
893 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n32">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
894 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n34">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.23 String handling
895 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n35">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
896 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
897 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n37">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.23 String handling
898 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n40">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.23 String handling
899 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n38">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.23 String handling
900 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n41">p</a> <td>strxfrm<td>string.h<td>size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
901 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n29">p</a> <td>memchr<td>string.h<td>void *memchr(const void *s, int c, size_t n);<td>B.23 String handling
902 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n43">p</a> <td>strchr<td>string.h<td>char *strchr(const char *s, int c);<td>B.23 String handling
903 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n46">p</a> <td>strcspn<td>string.h<td>size_t strcspn(const char *s1, const char *s2);<td>B.23 String handling
904 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n48">p</a> <td>strpbrk<td>string.h<td>char *strpbrk(const char *s1, const char *s2);<td>B.23 String handling
905 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n44">p</a> <td>strrchr<td>string.h<td>char *strrchr(const char *s, int c);<td>B.23 String handling
906 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n47">p</a> <td>strspn<td>string.h<td>size_t strspn(const char *s1, const char *s2);<td>B.23 String handling
907 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n49">p</a> <td>strstr<td>string.h<td>char *strstr(const char *s1, const char *s2);<td>B.23 String handling
908 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n50">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.23 String handling
909 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.23 String handling
910 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n54">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.23 String handling
911 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n23">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.23 String handling
912 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
913 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
914 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
915 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
916 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
917 <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#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
918 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
919 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
920 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">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>atan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
921 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">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>atan2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
922 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
923 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
924 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
925 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
926 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
927 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
928 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">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>asinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
929 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
930 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
931 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
932 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">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>atanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
933 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
934 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
935 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
936 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
937 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
938 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">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>llrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
939 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
940 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
941 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
942 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
943 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
944 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
945 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">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>exp2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
946 <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#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
947 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n355">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
948 <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#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
949 <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#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
950 <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#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
951 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n359">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
952 <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#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
953 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">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>fdim<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
954 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
955 <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>tgmath.h<td>&#160;<td>B.24 Type-generic math
956 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n351">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
957 <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#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
958 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">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
959 <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
960 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">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
961 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">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
962 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">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
963 <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>tgmath.h<td>&#160;<td>B.24 Type-generic math
964 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
965 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">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>fmax<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
966 <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#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
967 <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>tgmath.h<td>&#160;<td>B.24 Type-generic math
968 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">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
969 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">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
970 <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#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
971 <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
972 <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
973 <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
974 <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
975 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n36">e</a> <td>mtx_plain<td>threads.h<td>&#160;<td>B.25 Threads
976 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n25">d</a> <td>TSS_DTOR_ITERATIONS<td>threads.h<td>&#160;<td>B.25 Threads
977 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n37">e</a> <td>mtx_recursive<td>threads.h<td>&#160;<td>B.25 Threads
978 <tr><td>&#160;<td>&#160;<td>t <td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
979 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n38">e</a> <td>mtx_timed<td>threads.h<td>&#160;<td>B.25 Threads
980 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n11">t</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n9">t</a> <td>thrd_t<td>threads.h<td>&#160;<td>B.25 Threads
981 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n32">e</a> <td>thrd_timedout<td>threads.h<td>&#160;<td>B.25 Threads
982 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n16">t</a> <td>tss_t<td>threads.h<td>&#160;<td>B.25 Threads
983 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n28">e</a> <td>thrd_success<td>threads.h<td>&#160;<td>B.25 Threads
984 <tr><td>&#160;<td>&#160;<td>t <td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
985 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n29">e</a> <td>thrd_busy<td>threads.h<td>&#160;<td>B.25 Threads
986 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n18">t</a> <td>tss_dtor_t<td>threads.h<td>&#160;<td>B.25 Threads
987 <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
988 <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
989 <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
990 <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
991 <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
992 <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
993 <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
994 <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
995 <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
996 <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
997 <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
998 <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
999 <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
1000 <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
1001 <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
1002 <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
1003 <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
1004 <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
1005 <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
1006 <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
1007 <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
1008 <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
1009 <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
1010 <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
1011 <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
1012 <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
1013 <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
1014 <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
1015 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
1016 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
1017 <tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
1018 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n63">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
1019 <tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
1020 <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
1021 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n65">d</a> <td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
1022 <tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
1023 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n52">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
1024 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
1025 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
1026 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.26 Date and time
1027 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n61">p</a> <td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
1028 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.26 Date and time
1029 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.26 Date and time
1030 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n57">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
1031 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
1032 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">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
1033 <tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1034 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1035 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n9">t</a> <td>char16_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1036 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n10">t</a> <td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1037 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n20">p</a> <td>mbrtoc16<td>uchar.h<td>size_t mbrtoc16(char16_t * restrict pc16, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
1038 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n19">p</a> <td>c16rtomb<td>uchar.h<td>size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps);<td>B.27 Unicode utilities
1039 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n23">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
1040 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/uchar.h#n22">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
1041 <tr><td>&#160;<td>&#160;<td>t <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1042 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1043 <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#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1044 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1045 <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
1046 <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#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n38">d</a> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1047 <tr><td>&#160;<td>&#160;<td>t <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1048 <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#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">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#n42">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n44">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1049 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">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
1050 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n110">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
1051 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n118">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1052 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n111">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1053 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n119">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1054 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n114">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1055 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n122">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1056 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n115">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1057 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n123">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1058 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n113">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1059 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n121">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1060 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n109">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1061 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1062 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n125">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1063 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n133">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
1064 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n129">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1065 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n134">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
1066 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n106">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
1067 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n126">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1068 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n127">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
1069 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n130">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1070 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n131">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
1071 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n136">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1072 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n95">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
1073 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n94">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
1074 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n96">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
1075 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n98">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
1076 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n101">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
1077 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n99">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
1078 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n102">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
1079 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n50">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
1080 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n51">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1081 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n78">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1082 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n79">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1083 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n53">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
1084 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n54">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1085 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n56">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
1086 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n59">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
1087 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n57">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1088 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n60">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1089 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n77">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
1090 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n62">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
1091 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n65">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
1092 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n67">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
1093 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n63">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
1094 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n66">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
1095 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n73">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
1096 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n69">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
1097 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n76">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
1098 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n71">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
1099 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n80">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
1100 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n139">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.28 Extended multibyte/wide character utilities
1101 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
1102 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n83">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
1103 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n85">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
1104 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n89">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
1105 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n86">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
1106 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n87">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
1107 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n91">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
1108 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n92">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
1109 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
1110 <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
1111 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
1112 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n48">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
1113 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n178">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
1114 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n179">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
1115 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n180">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n29">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1116 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n30">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1117 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n141">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n182">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n47">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n48">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n31">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1118 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n32">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1119 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n184">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n33">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1120 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n34">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1121 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n186">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n35">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1122 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n36">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1123 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n188">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n37">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1124 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n38">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1125 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n190">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n39">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.29 Wide character classification and mapping utilities
1126 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n44">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
1127 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n41">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1128 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n192">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1129 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.29 Wide character classification and mapping utilities
1130 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.29 Wide character classification and mapping utilities
1131 </table>
1132 <h4>stats</h4><ul><li>missing: 88<li>nosym: 0<li>nodecl: 0</ul>