add c11, update tables
[musl-tables] / tab_c11.html
1 <h3>musl vs c11 api</h3>
2 <h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=fb247fafa04ee52dda816355ab0461132297b9a4">fb247fafa04ee52dda816355ab0461132297b9a4</a><br>Date:   Sun Sep 2 12:46:06 2012 -0400<br><br>    avoid "inline" in public headers for strict c89 compatibility<br>    <br>    while musl itself requires a c99 compiler, some applications insist on<br>    being compiled with c89 compilers, and use of "inline" in the headers<br>    was breaking them. much of this had been avoided already by just<br>    skipping the inline keyword in pre-c99 compilers or modes, but this<br>    new unified solution is cleaner and may/should result in better code<br>    generation in the default gcc configuration.
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>
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>missing<td>&#160;<td>&#160;<td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
6 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/assert.h#l1">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/assert.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/assert.h#l6">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l8">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l9">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l10">d</a> <td>I<td>complex.h<td>&#160;<td>B.2 Complex
12 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l12">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l13">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l14">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l16">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l17">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l18">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l20">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l21">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l22">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l24">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l25">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l26">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l28">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l29">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l30">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l32">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l33">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l34">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l36">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l37">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l38">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l40">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l41">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l42">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l44">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l45">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l46">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l48">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l49">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l50">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l52">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l53">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l54">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l56">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l57">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l58">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l60">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l61">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l62">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l64">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l65">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l66">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l68">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l69">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l70">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l72">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l73">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l74">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l76">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l77">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l78">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l80">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l196">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l81">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l82">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l107">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l84">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l136">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l199">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l108">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l85">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l109">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l86">p</a> <td>cimagl<td>complex.h<td>long double cimagl(long double complex z);<td>B.2 Complex
69 <tr><td>missing<td>&#160;<td>&#160;<td>CMPLX<td>complex.h<td>double complex CMPLX(double x, double y);<td>B.2 Complex
70 <tr><td>missing<td>&#160;<td>&#160;<td>CMPLXF<td>complex.h<td>float complex CMPLXF(float x, float y);<td>B.2 Complex
71 <tr><td>missing<td>&#160;<td>&#160;<td>CMPLXL<td>complex.h<td>long double complex CMPLXL(long double x, long double y);<td>B.2 Complex
72 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l88">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l137">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l200">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l89">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l90">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l92">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l141">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l204">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l93">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l94">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l103">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l96">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l142">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l205">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l104">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l97">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l105">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l98">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l8">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l9">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l10">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l11">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l12">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l13">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l14">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l15">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l16">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l17">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l26">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l18">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l19">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l20">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l21">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.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/errno.h#l14">d</a> <td>errno<td>errno.h<td>&#160;<td>B.4 Errors
99 <tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>errno.h<td>&#160;<td>B.4 Errors
100 <tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
101 <tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
102 <tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
103 <tr><td>&#160;<td>&#160;<td>t <td>fexcept_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
104 <tr><td>&#160;<td>&#160;<td>d <td>FE_UNDERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
105 <tr><td>&#160;<td>&#160;<td>d <td>FE_UPWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
106 <tr><td>&#160;<td>&#160;<td>d <td>FE_DIVBYZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
107 <tr><td>&#160;<td>&#160;<td>d <td>FE_ALL_EXCEPT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
108 <tr><td>&#160;<td>&#160;<td>d <td>FE_DFL_ENV<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
109 <tr><td>&#160;<td>&#160;<td>d <td>FE_INEXACT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
110 <tr><td>&#160;<td>&#160;<td>d <td>FE_DOWNWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
111 <tr><td>&#160;<td>&#160;<td>d <td>FE_INVALID<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
112 <tr><td>&#160;<td>&#160;<td>d <td>FE_TONEAREST<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
113 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l10">p</a> <td>feclearexcept<td>fenv.h<td>int feclearexcept(int excepts);<td>B.5 Floating-point environment
114 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l11">p</a> <td>fegetexceptflag<td>fenv.h<td>int fegetexceptflag(fexcept_t *flagp, int excepts);<td>B.5 Floating-point environment
115 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l12">p</a> <td>feraiseexcept<td>fenv.h<td>int feraiseexcept(int excepts);<td>B.5 Floating-point environment
116 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l13">p</a> <td>fesetexceptflag<td>fenv.h<td>int fesetexceptflag(const fexcept_t *flagp, int excepts);<td>B.5 Floating-point environment
117 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l14">p</a> <td>fetestexcept<td>fenv.h<td>int fetestexcept(int excepts);<td>B.5 Floating-point environment
118 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l16">p</a> <td>fegetround<td>fenv.h<td>int fegetround(void);<td>B.5 Floating-point environment
119 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l17">p</a> <td>fesetround<td>fenv.h<td>int fesetround(int round);<td>B.5 Floating-point environment
120 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l19">p</a> <td>fegetenv<td>fenv.h<td>int fegetenv(fenv_t *envp);<td>B.5 Floating-point environment
121 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l20">p</a> <td>feholdexcept<td>fenv.h<td>int feholdexcept(fenv_t *envp);<td>B.5 Floating-point environment
122 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l21">p</a> <td>fesetenv<td>fenv.h<td>int fesetenv(const fenv_t *envp);<td>B.5 Floating-point environment
123 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l22">p</a> <td>feupdateenv<td>fenv.h<td>int feupdateenv(const fenv_t *envp);<td>B.5 Floating-point environment
124 <tr><td>&#160;<td>&#160;<td>d <td>FLT_ROUNDS<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
125 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l26">d</a> <td>DBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
126 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l7">d</a> <td>FLT_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
127 <tr><td>&#160;<td>&#160;<td>d d <td>FLT_EVAL_METHOD<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
128 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
129 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l19">d</a> <td>DBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
130 <tr><td>missing<td>&#160;<td>&#160;<td>FLT_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
131 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l11">d</a> <td>FLT_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
132 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
133 <tr><td>missing<td>&#160;<td>&#160;<td>DBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
134 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l23">d</a> <td>DBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
135 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l8">d</a> <td>FLT_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
136 <tr><td>missing<td>&#160;<td>&#160;<td>LDBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
137 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
138 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l20">d</a> <td>DBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
139 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l4">d</a> <td>FLT_RADIX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
140 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l15">d</a> <td>FLT_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
141 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
142 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l10">d</a> <td>FLT_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
143 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l27">d</a> <td>DBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
144 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l6">d</a> <td>FLT_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
145 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l22">d</a> <td>DBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
146 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
147 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l18">d</a> <td>DBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
148 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
149 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l12">d</a> <td>FLT_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
150 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
151 <tr><td>missing<td>&#160;<td>&#160;<td>FLT_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
152 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l24">d</a> <td>DBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
153 <tr><td>missing<td>&#160;<td>&#160;<td>FLT_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
154 <tr><td>missing<td>&#160;<td>&#160;<td>DBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
155 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
156 <tr><td>missing<td>&#160;<td>&#160;<td>DBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
157 <tr><td>missing<td>&#160;<td>&#160;<td>LDBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
158 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l16">d</a> <td>FLT_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
159 <tr><td>missing<td>&#160;<td>&#160;<td>LDBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
160 <tr><td>&#160;<td>&#160;<td>d <td>DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
161 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l28">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
162 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/float.h#l14">d</a> <td>FLT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
163 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
164 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l13">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
165 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l29">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
166 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l30">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
167 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l31">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
168 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l32">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
169 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l34">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
170 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l35">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
171 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l36">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
172 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l37">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
173 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l39">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
174 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l40">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
175 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l41">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
176 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l42">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
177 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l119">d</a> <td>PRIdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
178 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l126">d</a> <td>PRIdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
179 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l44">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
180 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l45">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
181 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l46">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
182 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l47">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
183 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l49">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
184 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l50">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
185 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l51">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
186 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l52">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
187 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l54">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
188 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l55">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
189 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l56">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
190 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l57">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
191 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l120">d</a> <td>PRIiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
192 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l127">d</a> <td>PRIiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
193 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l59">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
194 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l60">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
195 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l61">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
196 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l62">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
197 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l64">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
198 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l65">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
199 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l66">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
200 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l67">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
201 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l69">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
202 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l70">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
203 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l71">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
204 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l72">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
205 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l121">d</a> <td>PRIoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
206 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l128">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
207 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l74">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
208 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l75">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
209 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l76">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
210 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l77">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
211 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l79">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
212 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l80">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
213 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l81">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
214 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l82">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
215 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l84">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
216 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l85">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
217 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l86">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
218 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l87">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
219 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l122">d</a> <td>PRIuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
220 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l129">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
221 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l89">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
222 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l90">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
223 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l91">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
224 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l92">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
225 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l94">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
226 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l95">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
227 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l96">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
228 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l97">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
229 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l99">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
230 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l100">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
231 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l101">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
232 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l102">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
233 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l123">d</a> <td>PRIxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
234 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l130">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
235 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l104">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
236 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l105">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
237 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l106">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
238 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l107">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
239 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l109">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
240 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l110">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
241 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l111">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
242 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l112">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
243 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l114">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
244 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l115">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
245 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l116">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
246 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l117">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
247 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l124">d</a> <td>PRIXMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
248 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l131">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
249 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l133">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
250 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l134">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
251 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l135">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
252 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l136">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
253 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l138">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
254 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l139">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
255 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l140">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
256 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l141">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
257 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l143">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
258 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l144">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
259 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l145">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
260 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l146">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
261 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l208">d</a> <td>SCNdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
262 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l214">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
263 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l148">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
264 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l149">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
265 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l150">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
266 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l151">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
267 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l153">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
268 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l154">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
269 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l155">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
270 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l156">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
271 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l158">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
272 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l159">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
273 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l160">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
274 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l161">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
275 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l209">d</a> <td>SCNiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
276 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l215">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
277 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l178">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
278 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l179">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
279 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l180">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
280 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l181">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
281 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l183">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
282 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l184">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
283 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l185">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
284 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l186">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
285 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l188">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
286 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l189">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
287 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l190">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
288 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l191">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
289 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l210">d</a> <td>SCNoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
290 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l216">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
291 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l163">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
292 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l164">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
293 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l165">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
294 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l166">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
295 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l168">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
296 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l169">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
297 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l170">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
298 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l171">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
299 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l173">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
300 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l174">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
301 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l175">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
302 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l176">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
303 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l211">d</a> <td>SCNuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
304 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l217">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
305 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l193">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
306 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l194">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
307 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l195">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
308 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l196">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
309 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l198">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
310 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l199">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
311 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l200">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
312 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l201">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
313 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l203">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
314 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l204">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
315 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l205">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
316 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l206">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
317 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l212">d</a> <td>SCNxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
318 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l218">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
319 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l15">p</a> <td>imaxabs<td>inttypes.h<td>intmax_t imaxabs(intmax_t j);<td>B.7 Format conversion of integer types
320 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l16">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
321 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l18">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
322 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l19">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
323 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l21">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
324 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l22">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
325 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l6">d</a> <td>and<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
326 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l9">d</a> <td>bitor<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
327 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l12">d</a> <td>not_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
328 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l15">d</a> <td>xor<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
329 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l7">d</a> <td>and_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
330 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l10">d</a> <td>compl<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
331 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l13">d</a> <td>or<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
332 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l16">d</a> <td>xor_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
333 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l8">d</a> <td>bitand<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
334 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l11">d</a> <td>not<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
335 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iso646.h#l14">d</a> <td>or_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
336 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l20">d</a> <td>CHAR_BIT<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
337 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l15">d</a> <td>CHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
338 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l27">d</a> <td>INT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
339 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l31">d</a> <td>ULONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
340 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l21">d</a> <td>SCHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
341 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l35">d</a> <td>MB_LEN_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
342 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l28">d</a> <td>INT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
343 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l32">d</a> <td>LLONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
344 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l22">d</a> <td>SCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
345 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l24">d</a> <td>SHRT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
346 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l29">d</a> <td>UINT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
347 <tr><td>&#160;<td>&#160;<td>d <td>LLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
348 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l23">d</a> <td>UCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
349 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l25">d</a> <td>SHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
350 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l30">d</a> <td>LONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
351 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l33">d</a> <td>ULLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
352 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l11">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l14">d</a> <td>CHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
353 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l26">d</a> <td>USHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
354 <tr><td>&#160;<td>&#160;<td>d <td>LONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
355 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l23">s</a> <td>struct lconv<td>locale.h<td>&#160;<td>B.10 Localization
356 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l21">d</a> <td>LC_ALL<td>locale.h<td>&#160;<td>B.10 Localization
357 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l15">d</a> <td>LC_CTYPE<td>locale.h<td>&#160;<td>B.10 Localization
358 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l16">d</a> <td>LC_NUMERIC<td>locale.h<td>&#160;<td>B.10 Localization
359 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
360 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l18">d</a> <td>LC_COLLATE<td>locale.h<td>&#160;<td>B.10 Localization
361 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l19">d</a> <td>LC_MONETARY<td>locale.h<td>&#160;<td>B.10 Localization
362 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l17">d</a> <td>LC_TIME<td>locale.h<td>&#160;<td>B.10 Localization
363 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l52">p</a> <td>setlocale<td>locale.h<td>char *setlocale(int category, const char *locale);<td>B.10 Localization
364 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l53">p</a> <td>localeconv<td>locale.h<td>struct lconv *localeconv(void);<td>B.10 Localization
365 <tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
366 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l39">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
367 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
368 <tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
369 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l38">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
370 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l36">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
371 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l28">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
372 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l42">d</a> <td>FP_NORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
373 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l35">d</a> <td>FP_ILOGBNAN<td>math.h<td>&#160;<td>B.11 Mathematics
374 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l27">d</a> <td>HUGE_VALF<td>math.h<td>&#160;<td>B.11 Mathematics
375 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l41">d</a> <td>FP_SUBNORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
376 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l31">d</a> <td>MATH_ERRNO<td>math.h<td>&#160;<td>B.11 Mathematics
377 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l29">d</a> <td>HUGE_VALL<td>math.h<td>&#160;<td>B.11 Mathematics
378 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l40">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
379 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l32">d</a> <td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
380 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l24">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
381 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
382 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l33">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
383 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l23">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
384 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
385 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l54">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
386 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l74">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
387 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l59">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
388 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l64">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
389 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
390 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l83">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
391 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
392 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
393 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l108">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
394 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
395 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
396 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l116">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
397 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
398 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
399 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l124">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
400 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
401 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
402 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l128">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
403 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
404 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
405 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l148">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
406 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
407 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l307">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
408 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l308">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
409 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
410 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l319">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
411 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l320">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
412 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
413 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
414 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l112">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
415 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
416 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
417 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l120">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
418 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
419 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
420 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l132">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
421 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
422 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
423 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l152">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
424 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
425 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
426 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l312">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
427 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
428 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l323">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
429 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l324">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
430 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
431 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l163">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
432 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l164">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
433 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
434 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
435 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l168">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
436 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
437 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
438 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l172">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
439 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
440 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
441 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l204">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
442 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
443 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
444 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l212">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
445 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
446 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
447 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l216">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
448 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
449 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
450 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l232">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
451 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
452 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
453 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l236">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
454 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
455 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
456 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l240">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
457 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
458 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
459 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l244">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
460 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
461 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
462 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l248">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
463 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l258">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
464 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
465 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l260">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
466 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
467 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l303">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
468 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l304">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
469 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
470 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l299">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
471 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l300">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
472 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
473 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
474 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l136">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
475 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
476 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
477 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l176">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
478 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
479 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
480 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l208">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
481 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
482 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
483 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l280">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
484 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
485 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
486 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l316">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
487 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
488 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
489 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l156">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
490 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
491 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
492 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l160">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
493 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
494 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
495 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l220">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
496 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
497 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l327">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
498 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l328">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
499 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
500 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
501 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l140">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
502 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
503 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
504 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l184">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
505 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
506 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
507 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l268">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
508 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
509 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
510 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l292">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
511 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
512 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
513 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l252">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
514 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
515 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
516 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l224">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
517 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
518 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l295">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
519 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l296">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
520 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
521 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
522 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l256">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
523 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
524 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
525 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l228">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
526 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
527 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l331">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
528 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l332">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
529 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
530 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
531 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l200">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
532 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
533 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
534 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l284">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
535 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
536 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
537 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l288">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
538 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
539 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
540 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l144">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
541 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l262">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
542 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
543 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l264">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
544 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
545 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
546 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l272">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
547 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
548 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
549 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l276">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
550 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
551 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
552 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l180">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
553 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
554 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
555 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l192">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
556 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
557 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
558 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l196">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
559 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
560 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
561 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l188">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
562 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l104">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
563 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
564 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l100">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
565 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
566 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l102">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
567 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l88">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
568 <tr><td>&#160;<td>&#160;<td>t <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
569 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l31">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
570 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l32">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
571 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l226">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
572 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l224">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
573 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
574 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
575 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l223">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
576 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
577 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
578 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l222">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
579 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
580 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
581 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l228">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
582 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l229">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
583 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdalign.h#l10">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
584 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdalign.h#l12">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
585 <tr><td>&#160;<td>&#160;<td>t t <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
586 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.15 Variable arguments
587 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.15 Variable arguments
588 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l14">d</a> <td>va_end<td>stdarg.h<td>void va_end(va_list ap);<td>B.15 Variable arguments
589 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l13">d</a> <td>va_start<td>stdarg.h<td>void va_start(va_list ap, parmN);<td>B.15 Variable arguments
590 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_BOOL_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
591 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint<td>stdatomic.h<td>&#160;<td>B.16 Atomics
592 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
593 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_long<td>stdatomic.h<td>&#160;<td>B.16 Atomics
594 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR16_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
595 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ulong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
596 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR32_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
597 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_llong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
598 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_WCHAR_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
599 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ullong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
600 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_SHORT_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
601 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_char16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
602 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_INT_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
603 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_char32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
604 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_LONG_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
605 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_wchar_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
606 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_LLONG_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
607 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
608 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_POINTER_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
609 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
610 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_FLAG_INIT<td>stdatomic.h<td>&#160;<td>B.16 Atomics
611 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
612 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order<td>stdatomic.h<td>&#160;<td>B.16 Atomics
613 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
614 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag<td>stdatomic.h<td>&#160;<td>B.16 Atomics
615 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
616 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_relaxed<td>stdatomic.h<td>&#160;<td>B.16 Atomics
617 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
618 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_consume<td>stdatomic.h<td>&#160;<td>B.16 Atomics
619 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
620 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_acquire<td>stdatomic.h<td>&#160;<td>B.16 Atomics
621 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
622 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_release<td>stdatomic.h<td>&#160;<td>B.16 Atomics
623 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
624 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_acq_rel<td>stdatomic.h<td>&#160;<td>B.16 Atomics
625 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
626 <tr><td>missing<td>&#160;<td>&#160;<td>memory_order_seq_cst<td>stdatomic.h<td>&#160;<td>B.16 Atomics
627 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
628 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_bool<td>stdatomic.h<td>&#160;<td>B.16 Atomics
629 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
630 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_char<td>stdatomic.h<td>&#160;<td>B.16 Atomics
631 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
632 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_schar<td>stdatomic.h<td>&#160;<td>B.16 Atomics
633 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
634 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uchar<td>stdatomic.h<td>&#160;<td>B.16 Atomics
635 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
636 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_short<td>stdatomic.h<td>&#160;<td>B.16 Atomics
637 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
638 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ushort<td>stdatomic.h<td>&#160;<td>B.16 Atomics
639 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_intptr_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
640 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_int<td>stdatomic.h<td>&#160;<td>B.16 Atomics
641 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uintptr_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
642 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_size_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
643 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_intmax_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
644 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_ptrdiff_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
645 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_uintmax_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
646 <tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_VAR_INIT<td>stdatomic.h<td>ATOMIC_VAR_INIT(C value)<td>B.16 Atomics
647 <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
648 <tr><td>missing<td>&#160;<td>&#160;<td>kill_dependency<td>stdatomic.h<td>type kill_dependency(type y);<td>B.16 Atomics
649 <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
650 <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
651 <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
652 <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
653 <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
654 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_load<td>stdatomic.h<td>C atomic_load(volatile A *object);<td>B.16 Atomics
655 <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
656 <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
657 <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
658 <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
659 <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
660 <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
661 <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
662 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_key<td>stdatomic.h<td>C atomic_fetch_key(volatile A *object, M operand);<td>B.16 Atomics
663 <tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_key_explicit<td>stdatomic.h<td>C atomic_fetch_key_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
664 <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
665 <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
666 <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
667 <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
668 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l8">d</a> <td>bool<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
669 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l6">d</a> <td>true<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
670 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
671 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l10">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
672 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
673 <tr><td>missing<td>&#160;<td>&#160;<td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
674 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
675 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
676 <tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
677 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l17">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
678 <tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
679 <tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
680 <tr><td>&#160;<td>&#160;<td>t <td>int16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
681 <tr><td>&#160;<td>&#160;<td>t <td>int32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
682 <tr><td>&#160;<td>&#160;<td>t <td>int64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
683 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l59">d</a> <td>INT_LEAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
684 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l60">d</a> <td>INT_LEAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
685 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l61">d</a> <td>INT_LEAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
686 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l62">d</a> <td>INT_LEAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
687 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
688 <tr><td>&#160;<td>&#160;<td>t <td>uint8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
689 <tr><td>&#160;<td>&#160;<td>t <td>uint16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
690 <tr><td>&#160;<td>&#160;<td>t <td>uint32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
691 <tr><td>&#160;<td>&#160;<td>t <td>uint64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
692 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l64">d</a> <td>INT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
693 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l65">d</a> <td>INT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
694 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l66">d</a> <td>INT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
695 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l67">d</a> <td>INT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
696 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
697 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l29">t</a> <td>int_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
698 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l30">t</a> <td>int_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
699 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l31">t</a> <td>int_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
700 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l32">t</a> <td>int_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
701 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l69">d</a> <td>UINT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
702 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l70">d</a> <td>UINT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
703 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l71">d</a> <td>UINT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
704 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l72">d</a> <td>UINT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
705 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
706 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l34">t</a> <td>uint_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
707 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l35">t</a> <td>uint_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
708 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l36">t</a> <td>uint_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
709 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l37">t</a> <td>uint_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
710 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
711 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
712 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
713 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
714 <tr><td>&#160;<td>&#160;<td>d <td>SIZE_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
715 <tr><td>&#160;<td>&#160;<td>t <td>int_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
716 <tr><td>&#160;<td>&#160;<td>t <td>int_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
717 <tr><td>&#160;<td>&#160;<td>t <td>int_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
718 <tr><td>&#160;<td>&#160;<td>t <td>int_fast64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
719 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
720 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
721 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
722 <tr><td>&#160;<td>&#160;<td>d <td>INT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
723 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
724 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
725 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
726 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
727 <tr><td>&#160;<td>&#160;<td>t <td>uint_fast64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
728 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
729 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
730 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
731 <tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
732 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
733 <tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
734 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
735 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l78">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
736 <tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
737 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
738 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l79">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
739 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l39">t</a> <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
740 <tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
741 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l88">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.19 Integer types
742 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l89">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.19 Integer types
743 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l90">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.19 Integer types
744 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l91">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.19 Integer types
745 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l40">t</a> <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
746 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l74">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
747 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l93">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.19 Integer types
748 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l94">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.19 Integer types
749 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l95">d</a> <td>UINT32_C<td>stdint.h<td>UINT32_C(value)<td>B.19 Integer types
750 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l96">d</a> <td>UINT64_C<td>stdint.h<td>UINT64_C(value)<td>B.19 Integer types
751 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l44">d</a> <td>INT8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
752 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l45">d</a> <td>INT16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
753 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l46">d</a> <td>INT32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
754 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l47">d</a> <td>INT64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
755 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l75">d</a> <td>INTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
756 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l98">d</a> <td>INTMAX_C<td>stdint.h<td>INTMAX_C(value)<td>B.19 Integer types
757 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l49">d</a> <td>INT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
758 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l50">d</a> <td>INT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
759 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l51">d</a> <td>INT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
760 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l52">d</a> <td>INT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
761 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l76">d</a> <td>UINTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
762 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l99">d</a> <td>UINTMAX_C<td>stdint.h<td>UINTMAX_C(value)<td>B.19 Integer types
763 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l54">d</a> <td>UINT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
764 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l55">d</a> <td>UINT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
765 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l56">d</a> <td>UINT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
766 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l57">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
767 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
768 <tr><td>missing<td>&#160;<td>&#160;<td>RSIZE_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
769 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdio.h<td>&#160;<td>B.20 Input/output
770 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l39">d</a> <td>_IOLBF<td>stdio.h<td>&#160;<td>B.20 Input/output
771 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l43">d</a> <td>FILENAME_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
772 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l45">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
773 <tr><td>&#160;<td>&#160;<td>t <td>FILE<td>stdio.h<td>&#160;<td>B.20 Input/output
774 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l40">d</a> <td>_IONBF<td>stdio.h<td>&#160;<td>B.20 Input/output
775 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l46">d</a> <td>L_tmpnam<td>stdio.h<td>&#160;<td>B.20 Input/output
776 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l59">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l55">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
777 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l51">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.20 Input/output
778 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l42">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.20 Input/output
779 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l65">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l68">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l32">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l13">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
780 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l57">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l53">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.20 Input/output
781 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
782 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l29">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.20 Input/output
783 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l66">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l69">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l33">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l36">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l14">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
784 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l58">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l54">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.20 Input/output
785 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l38">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.20 Input/output
786 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l44">d</a> <td>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
787 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l64">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l67">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l31">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l12">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
788 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l65">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.20 Input/output
789 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l66">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.20 Input/output
790 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l123">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.20 Input/output
791 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l122">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.20 Input/output
792 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l63">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.20 Input/output
793 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l70">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.20 Input/output
794 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l61">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
795 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l62">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
796 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l120">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.20 Input/output
797 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l119">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
798 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l101">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
799 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l111">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
800 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l100">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.20 Input/output
801 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l110">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.20 Input/output
802 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l103">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
803 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l102">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
804 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l112">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
805 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l106">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
806 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l114">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
807 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l105">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.20 Input/output
808 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l113">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.20 Input/output
809 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l108">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
810 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l107">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
811 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l115">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
812 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l83">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.20 Input/output
813 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l92">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.20 Input/output
814 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l88">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.20 Input/output
815 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l97">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.20 Input/output
816 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l84">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
817 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l85">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.20 Input/output
818 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l89">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
819 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l90">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.20 Input/output
820 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l98">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.20 Input/output
821 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l86">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.20 Input/output
822 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l80">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
823 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l81">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
824 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l77">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.20 Input/output
825 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l73">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.20 Input/output
826 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l78">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.20 Input/output
827 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l74">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.20 Input/output
828 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l75">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.20 Input/output
829 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l71">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.20 Input/output
830 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l68">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.20 Input/output
831 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l69">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.20 Input/output
832 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l117">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.20 Input/output
833 <tr><td>missing<td>&#160;<td>&#160;<td>L_tmpnam_s<td>stdio.h<td>&#160;<td>B.20 Input/output
834 <tr><td>missing<td>&#160;<td>&#160;<td>TMP_MAX_S<td>stdio.h<td>&#160;<td>B.20 Input/output
835 <tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>stdio.h<td>&#160;<td>B.20 Input/output
836 <tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>stdio.h<td>&#160;<td>B.20 Input/output
837 <tr><td>missing<td>&#160;<td>&#160;<td>tmpfile_s<td>stdio.h<td>errno_t tmpfile_s(FILE * restrict * restrict streamptr);<td>B.20 Input/output
838 <tr><td>missing<td>&#160;<td>&#160;<td>tmpnam_s<td>stdio.h<td>errno_t tmpnam_s(char *s, rsize_t maxsize);<td>B.20 Input/output
839 <tr><td>missing<td>&#160;<td>&#160;<td>fopen_s<td>stdio.h<td>errno_t fopen_s(FILE * restrict * restrict streamptr, const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
840 <tr><td>missing<td>&#160;<td>&#160;<td>freopen_s<td>stdio.h<td>errno_t freopen_s(FILE * restrict * restrict newstreamptr, const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.20 Input/output
841 <tr><td>missing<td>&#160;<td>&#160;<td>fprintf_s<td>stdio.h<td>int fprintf_s(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
842 <tr><td>missing<td>&#160;<td>&#160;<td>fscanf_s<td>stdio.h<td>int fscanf_s(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
843 <tr><td>missing<td>&#160;<td>&#160;<td>printf_s<td>stdio.h<td>int printf_s(const char * restrict format, ...);<td>B.20 Input/output
844 <tr><td>missing<td>&#160;<td>&#160;<td>scanf_s<td>stdio.h<td>int scanf_s(const char * restrict format, ...);<td>B.20 Input/output
845 <tr><td>missing<td>&#160;<td>&#160;<td>snprintf_s<td>stdio.h<td>int snprintf_s(char * restrict s, rsize_t n, const char * restrict format, ...);<td>B.20 Input/output
846 <tr><td>missing<td>&#160;<td>&#160;<td>sprintf_s<td>stdio.h<td>int sprintf_s(char * restrict s, rsize_t n, const char * restrict format, ...);<td>B.20 Input/output
847 <tr><td>missing<td>&#160;<td>&#160;<td>sscanf_s<td>stdio.h<td>int sscanf_s(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
848 <tr><td>missing<td>&#160;<td>&#160;<td>vfprintf_s<td>stdio.h<td>int vfprintf_s(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
849 <tr><td>missing<td>&#160;<td>&#160;<td>vfscanf_s<td>stdio.h<td>int vfscanf_s(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
850 <tr><td>missing<td>&#160;<td>&#160;<td>vprintf_s<td>stdio.h<td>int vprintf_s(const char * restrict format, va_list arg);<td>B.20 Input/output
851 <tr><td>missing<td>&#160;<td>&#160;<td>vscanf_s<td>stdio.h<td>int vscanf_s(const char * restrict format, va_list arg);<td>B.20 Input/output
852 <tr><td>missing<td>&#160;<td>&#160;<td>vsnprintf_s<td>stdio.h<td>int vsnprintf_s(char * restrict s, rsize_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
853 <tr><td>missing<td>&#160;<td>&#160;<td>vsprintf_s<td>stdio.h<td>int vsprintf_s(char * restrict s, rsize_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
854 <tr><td>missing<td>&#160;<td>&#160;<td>vsscanf_s<td>stdio.h<td>int vsscanf_s(const char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
855 <tr><td>missing<td>&#160;<td>&#160;<td>gets_s<td>stdio.h<td>char *gets_s(char *s, rsize_t n);<td>B.20 Input/output
856 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
857 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l62">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
858 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l75">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.21 General utilities
859 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l78">d</a> <td>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
860 <tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
861 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l63">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
862 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l76">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.21 General utilities
863 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l61">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
864 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.21 General utilities
865 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l80">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
866 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l23">p</a> <td>atof<td>stdlib.h<td>double atof(const char *nptr);<td>B.21 General utilities
867 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l20">p</a> <td>atoi<td>stdlib.h<td>int atoi(const char *nptr);<td>B.21 General utilities
868 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l21">p</a> <td>atol<td>stdlib.h<td>long int atol(const char *nptr);<td>B.21 General utilities
869 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l22">p</a> <td>atoll<td>stdlib.h<td>long long int atoll(const char *nptr);<td>B.21 General utilities
870 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l26">p</a> <td>strtod<td>stdlib.h<td>double strtod(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
871 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l25">p</a> <td>strtof<td>stdlib.h<td>float strtof(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
872 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l27">p</a> <td>strtold<td>stdlib.h<td>long double strtold(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
873 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l29">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
874 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l31">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
875 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l30">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
876 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l32">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
877 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l34">p</a> <td>rand<td>stdlib.h<td>int rand(void);<td>B.21 General utilities
878 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l35">p</a> <td>srand<td>stdlib.h<td>void srand(unsigned int seed);<td>B.21 General utilities
879 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l41">p</a> <td>aligned_alloc<td>stdlib.h<td>void *aligned_alloc(size_t alignment, size_t size);<td>B.21 General utilities
880 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l38">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
881 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l40">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
882 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l37">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.21 General utilities
883 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l39">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.21 General utilities
884 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l43">p</a> <td>abort<td>stdlib.h<td>_Noreturn void abort(void);<td>B.21 General utilities
885 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l44">p</a> <td>atexit<td>stdlib.h<td>int atexit(void (*func)(void));<td>B.21 General utilities
886 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l47">p</a> <td>at_quick_exit<td>stdlib.h<td>int at_quick_exit(void (*func)(void));<td>B.21 General utilities
887 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l45">p</a> <td>exit<td>stdlib.h<td>_Noreturn void exit(int status);<td>B.21 General utilities
888 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l46">p</a> <td>_Exit<td>stdlib.h<td>_Noreturn void _Exit(int status);<td>B.21 General utilities
889 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l50">p</a> <td>getenv<td>stdlib.h<td>char *getenv(const char *name);<td>B.21 General utilities
890 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l48">p</a> <td>quick_exit<td>stdlib.h<td>_Noreturn void quick_exit(int status);<td>B.21 General utilities
891 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l52">p</a> <td>system<td>stdlib.h<td>int system(const char *string);<td>B.21 General utilities
892 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l54">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
893 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l55">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
894 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l57">p</a> <td>abs<td>stdlib.h<td>int abs(int j);<td>B.21 General utilities
895 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l58">p</a> <td>labs<td>stdlib.h<td>long int labs(long int j);<td>B.21 General utilities
896 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l59">p</a> <td>llabs<td>stdlib.h<td>long long int llabs(long long int j);<td>B.21 General utilities
897 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l65">p</a> <td>div<td>stdlib.h<td>div_t div(int numer, int denom);<td>B.21 General utilities
898 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l66">p</a> <td>ldiv<td>stdlib.h<td>ldiv_t ldiv(long int numer, long int denom);<td>B.21 General utilities
899 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l67">p</a> <td>lldiv<td>stdlib.h<td>lldiv_t lldiv(long long int numer, long long int denom);<td>B.21 General utilities
900 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l69">p</a> <td>mblen<td>stdlib.h<td>int mblen(const char *s, size_t n);<td>B.21 General utilities
901 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l70">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
902 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l71">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.21 General utilities
903 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l72">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
904 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l73">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
905 <tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
906 <tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
907 <tr><td>missing<td>&#160;<td>&#160;<td>constraint_handler_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
908 <tr><td>missing<td>&#160;<td>&#160;<td>set_constraint_handler_s<td>stdlib.h<td>constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);<td>B.21 General utilities
909 <tr><td>missing<td>&#160;<td>&#160;<td>abort_handler_s<td>stdlib.h<td>void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error);<td>B.21 General utilities
910 <tr><td>missing<td>&#160;<td>&#160;<td>ignore_handler_s<td>stdlib.h<td>void ignore_handler_s(const char * restrict msg, void * restrict ptr, errno_t error);<td>B.21 General utilities
911 <tr><td>missing<td>&#160;<td>&#160;<td>getenv_s<td>stdlib.h<td>errno_t getenv_s(size_t * restrict len, char * restrict value, rsize_t maxsize, const char * restrict name);<td>B.21 General utilities
912 <tr><td>missing<td>&#160;<td>&#160;<td>bsearch_s<td>stdlib.h<td>void *bsearch_s(const void *key, const void *base, rsize_t nmemb, rsize_t size, int (*compar)(const void *k, const void *y, void *context), void *context);<td>B.21 General utilities
913 <tr><td>missing<td>&#160;<td>&#160;<td>qsort_s<td>stdlib.h<td>errno_t qsort_s(void *base, rsize_t nmemb, rsize_t size, int (*compar)(const void *x, const void *y, void *context), void *context);<td>B.21 General utilities
914 <tr><td>missing<td>&#160;<td>&#160;<td>wctomb_s<td>stdlib.h<td>errno_t wctomb_s(int * restrict status, char * restrict s, rsize_t smax, wchar_t wc);<td>B.21 General utilities
915 <tr><td>missing<td>&#160;<td>&#160;<td>mbstowcs_s<td>stdlib.h<td>errno_t mbstowcs_s(size_t * restrict retval, wchar_t * restrict dst, rsize_t dstmax, const char * restrict src, rsize_t len);<td>B.21 General utilities
916 <tr><td>missing<td>&#160;<td>&#160;<td>wcstombs_s<td>stdlib.h<td>errno_t wcstombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t * restrict src, rsize_t len);<td>B.21 General utilities
917 <tr><td>missing<td>&#160;<td>&#160;<td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
918 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
919 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
920 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">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
921 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l25">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
922 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l30">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.23 String handling
923 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l31">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
924 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l33">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.23 String handling
925 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l34">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
926 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l27">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
927 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l36">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.23 String handling
928 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l39">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.23 String handling
929 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l37">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.23 String handling
930 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l40">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
931 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l28">p</a> <td>memchr<td>string.h<td>void *memchr(const void *s, int c, size_t n);<td>B.23 String handling
932 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l42">p</a> <td>strchr<td>string.h<td>char *strchr(const char *s, int c);<td>B.23 String handling
933 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l45">p</a> <td>strcspn<td>string.h<td>size_t strcspn(const char *s1, const char *s2);<td>B.23 String handling
934 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l47">p</a> <td>strpbrk<td>string.h<td>char *strpbrk(const char *s1, const char *s2);<td>B.23 String handling
935 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l43">p</a> <td>strrchr<td>string.h<td>char *strrchr(const char *s, int c);<td>B.23 String handling
936 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l46">p</a> <td>strspn<td>string.h<td>size_t strspn(const char *s1, const char *s2);<td>B.23 String handling
937 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l48">p</a> <td>strstr<td>string.h<td>char *strstr(const char *s1, const char *s2);<td>B.23 String handling
938 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l49">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.23 String handling
939 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l26">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.23 String handling
940 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l53">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.23 String handling
941 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l51">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.23 String handling
942 <tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>string.h<td>&#160;<td>B.23 String handling
943 <tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>string.h<td>&#160;<td>B.23 String handling
944 <tr><td>missing<td>&#160;<td>&#160;<td>memcpy_s<td>string.h<td>errno_t memcpy_s(void * restrict s1, rsize_t s1max, const void * restrict s2, rsize_t n);<td>B.23 String handling
945 <tr><td>missing<td>&#160;<td>&#160;<td>memmove_s<td>string.h<td>errno_t memmove_s(void *s1, rsize_t s1max, const void *s2, rsize_t n);<td>B.23 String handling
946 <tr><td>missing<td>&#160;<td>&#160;<td>strcpy_s<td>string.h<td>errno_t strcpy_s(char * restrict s1, rsize_t s1max, const char * restrict s2);<td>B.23 String handling
947 <tr><td>missing<td>&#160;<td>&#160;<td>strncpy_s<td>string.h<td>errno_t strncpy_s(char * restrict s1, rsize_t s1max, const char * restrict s2, rsize_t n);<td>B.23 String handling
948 <tr><td>missing<td>&#160;<td>&#160;<td>strcat_s<td>string.h<td>errno_t strcat_s(char * restrict s1, rsize_t s1max, const char * restrict s2);<td>B.23 String handling
949 <tr><td>missing<td>&#160;<td>&#160;<td>strncat_s<td>string.h<td>errno_t strncat_s(char * restrict s1, rsize_t s1max, const char * restrict s2, rsize_t n);<td>B.23 String handling
950 <tr><td>missing<td>&#160;<td>&#160;<td>strtok_s<td>string.h<td>char *strtok_s(char * restrict s1, rsize_t * restrict s1max, const char * restrict s2, char ** restrict ptr);<td>B.23 String handling
951 <tr><td>missing<td>&#160;<td>&#160;<td>memset_s<td>string.h<td>errno_t memset_s(void *s, rsize_t smax, int c, rsize_t n)<td>B.23 String handling
952 <tr><td>missing<td>&#160;<td>&#160;<td>strerror_s<td>string.h<td>errno_t strerror_s(char *s, rsize_t maxsize, errno_t errnum);<td>B.23 String handling
953 <tr><td>missing<td>&#160;<td>&#160;<td>strerrorlen_s<td>string.h<td>size_t strerrorlen_s(errno_t errnum);<td>B.23 String handling
954 <tr><td>missing<td>&#160;<td>&#160;<td>strnlen_s<td>string.h<td>size_t strnlen_s(const char *s, size_t maxsize);<td>B.23 String handling
955 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
956 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
957 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
958 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
959 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
960 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
961 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
962 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
963 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
964 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
965 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
966 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
967 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
968 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
969 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
970 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
971 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
972 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
973 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
974 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
975 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
976 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
977 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
978 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
979 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
980 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
981 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
982 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
983 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
984 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
985 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
986 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
987 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
988 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
989 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
990 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
991 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
992 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
993 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
994 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
995 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
996 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
997 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
998 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l80">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l196">d</a> <td>carg<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
999 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1000 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1001 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1002 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l107">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l84">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l136">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l199">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1003 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1004 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1005 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1006 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l88">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l137">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l200">d</a> <td>conj<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1007 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1008 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1009 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1010 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l92">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l141">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l204">d</a> <td>cproj<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1011 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1012 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1013 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1014 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l103">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l96">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l142">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l205">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
1015 <tr><td>missing<td>&#160;<td>&#160;<td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
1016 <tr><td>missing<td>&#160;<td>&#160;<td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
1017 <tr><td>missing<td>&#160;<td>&#160;<td>ONCE_FLAG_INIT<td>threads.h<td>&#160;<td>B.25 Threads
1018 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_plain<td>threads.h<td>&#160;<td>B.25 Threads
1019 <tr><td>missing<td>&#160;<td>&#160;<td>TSS_DTOR_ITERATIONS<td>threads.h<td>&#160;<td>B.25 Threads
1020 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_recursive<td>threads.h<td>&#160;<td>B.25 Threads
1021 <tr><td>missing<td>&#160;<td>&#160;<td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
1022 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_timed<td>threads.h<td>&#160;<td>B.25 Threads
1023 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_t<td>threads.h<td>&#160;<td>B.25 Threads
1024 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_timedout<td>threads.h<td>&#160;<td>B.25 Threads
1025 <tr><td>missing<td>&#160;<td>&#160;<td>tss_t<td>threads.h<td>&#160;<td>B.25 Threads
1026 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_success<td>threads.h<td>&#160;<td>B.25 Threads
1027 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
1028 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_busy<td>threads.h<td>&#160;<td>B.25 Threads
1029 <tr><td>missing<td>&#160;<td>&#160;<td>tss_dtor_t<td>threads.h<td>&#160;<td>B.25 Threads
1030 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_error<td>threads.h<td>&#160;<td>B.25 Threads
1031 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_start_t<td>threads.h<td>&#160;<td>B.25 Threads
1032 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_nomem<td>threads.h<td>&#160;<td>B.25 Threads
1033 <tr><td>missing<td>&#160;<td>&#160;<td>call_once<td>threads.h<td>void call_once(once_flag *flag, void (*func)(void));<td>B.25 Threads
1034 <tr><td>missing<td>&#160;<td>&#160;<td>cnd_broadcast<td>threads.h<td>int cnd_broadcast(cnd_t *cond);<td>B.25 Threads
1035 <tr><td>missing<td>&#160;<td>&#160;<td>cnd_destroy<td>threads.h<td>void cnd_destroy(cnd_t *cond);<td>B.25 Threads
1036 <tr><td>missing<td>&#160;<td>&#160;<td>cnd_init<td>threads.h<td>int cnd_init(cnd_t *cond);<td>B.25 Threads
1037 <tr><td>missing<td>&#160;<td>&#160;<td>cnd_signal<td>threads.h<td>int cnd_signal(cnd_t *cond);<td>B.25 Threads
1038 <tr><td>missing<td>&#160;<td>&#160;<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
1039 <tr><td>missing<td>&#160;<td>&#160;<td>cnd_wait<td>threads.h<td>int cnd_wait(cnd_t *cond, mtx_t *mtx);<td>B.25 Threads
1040 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_destroy<td>threads.h<td>void mtx_destroy(mtx_t *mtx);<td>B.25 Threads
1041 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_init<td>threads.h<td>int mtx_init(mtx_t *mtx, int type);<td>B.25 Threads
1042 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_lock<td>threads.h<td>int mtx_lock(mtx_t *mtx);<td>B.25 Threads
1043 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_timedlock<td>threads.h<td>int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
1044 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_trylock<td>threads.h<td>int mtx_trylock(mtx_t *mtx);<td>B.25 Threads
1045 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_unlock<td>threads.h<td>int mtx_unlock(mtx_t *mtx);<td>B.25 Threads
1046 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_create<td>threads.h<td>int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);<td>B.25 Threads
1047 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_current<td>threads.h<td>thrd_t thrd_current(void);<td>B.25 Threads
1048 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_detach<td>threads.h<td>int thrd_detach(thrd_t thr);<td>B.25 Threads
1049 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_equal<td>threads.h<td>int thrd_equal(thrd_t thr0, thrd_t thr1);<td>B.25 Threads
1050 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_exit<td>threads.h<td>_Noreturn void thrd_exit(int res);<td>B.25 Threads
1051 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_join<td>threads.h<td>int thrd_join(thrd_t thr, int *res);<td>B.25 Threads
1052 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_sleep<td>threads.h<td>int thrd_sleep(const struct timespec *duration, struct timespec *remaining);<td>B.25 Threads
1053 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_yield<td>threads.h<td>void thrd_yield(void);<td>B.25 Threads
1054 <tr><td>missing<td>&#160;<td>&#160;<td>tss_create<td>threads.h<td>int tss_create(tss_t *key, tss_dtor_t dtor);<td>B.25 Threads
1055 <tr><td>missing<td>&#160;<td>&#160;<td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
1056 <tr><td>missing<td>&#160;<td>&#160;<td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
1057 <tr><td>missing<td>&#160;<td>&#160;<td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
1058 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
1059 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
1060 <tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
1061 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l57">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
1062 <tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
1063 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l32">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.26 Date and time
1064 <tr><td>missing<td>&#160;<td>&#160;<td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
1065 <tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
1066 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l47">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
1067 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l49">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
1068 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l50">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
1069 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l48">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.26 Date and time
1070 <tr><td>missing<td>&#160;<td>&#160;<td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
1071 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l54">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.26 Date and time
1072 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l55">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.26 Date and time
1073 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
1074 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
1075 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">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
1076 <tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>time.h<td>&#160;<td>B.26 Date and time
1077 <tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>time.h<td>&#160;<td>B.26 Date and time
1078 <tr><td>missing<td>&#160;<td>&#160;<td>asctime_s<td>time.h<td>errno_t asctime_s(char *s, rsize_t maxsize, const struct tm *timeptr);<td>B.26 Date and time
1079 <tr><td>missing<td>&#160;<td>&#160;<td>ctime_s<td>time.h<td>errno_t ctime_s(char *s, rsize_t maxsize, const time_t *timer);<td>B.26 Date and time
1080 <tr><td>missing<td>&#160;<td>&#160;<td>gmtime_s<td>time.h<td>struct tm *gmtime_s(const time_t * restrict timer, struct tm * restrict result);<td>B.26 Date and time
1081 <tr><td>missing<td>&#160;<td>&#160;<td>localtime_s<td>time.h<td>struct tm *localtime_s(const time_t * restrict timer, struct tm * restrict result);<td>B.26 Date and time
1082 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l40">t</a> <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1083 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1084 <tr><td>missing<td>&#160;<td>&#160;<td>char16_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1085 <tr><td>missing<td>&#160;<td>&#160;<td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
1086 <tr><td>missing<td>&#160;<td>&#160;<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
1087 <tr><td>missing<td>&#160;<td>&#160;<td>c16rtomb<td>uchar.h<td>size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps);<td>B.27 Unicode utilities
1088 <tr><td>missing<td>&#160;<td>&#160;<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
1089 <tr><td>missing<td>&#160;<td>&#160;<td>c32rtomb<td>uchar.h<td>size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);<td>B.27 Unicode utilities
1090 <tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1091 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1092 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1093 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1094 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l32">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1095 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1096 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l40">t</a> <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1097 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1098 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1099 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l102">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
1100 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l110">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
1101 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l103">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
1102 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l111">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
1103 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l106">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
1104 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l114">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
1105 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l107">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
1106 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l115">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
1107 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l105">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
1108 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l113">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
1109 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l101">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1110 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l109">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1111 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l117">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1112 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l125">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
1113 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l121">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1114 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l126">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
1115 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l98">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
1116 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l118">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1117 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l119">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
1118 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l122">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1119 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l123">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
1120 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
1121 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l87">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
1122 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l86">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
1123 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l88">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
1124 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l90">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
1125 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l93">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
1126 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l91">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
1127 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l94">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
1128 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l42">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
1129 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l43">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
1130 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l70">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
1131 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l71">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
1132 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l45">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
1133 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l46">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
1134 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l48">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
1135 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l51">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
1136 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l49">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
1137 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l52">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
1138 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l69">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
1139 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l54">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
1140 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l57">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
1141 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l59">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
1142 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l55">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
1143 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l58">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
1144 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l65">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
1145 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l61">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
1146 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l68">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
1147 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l63">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
1148 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l72">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
1149 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l131">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
1150 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l74">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
1151 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l75">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
1152 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l77">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
1153 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l81">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
1154 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l78">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
1155 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l79">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
1156 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l83">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
1157 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l84">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
1158 <tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1159 <tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
1160 <tr><td>missing<td>&#160;<td>&#160;<td>fwprintf_s<td>wchar.h<td>int fwprintf_s(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1161 <tr><td>missing<td>&#160;<td>&#160;<td>fwscanf_s<td>wchar.h<td>int fwscanf_s(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1162 <tr><td>missing<td>&#160;<td>&#160;<td>snwprintf_s<td>wchar.h<td>int snwprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1163 <tr><td>missing<td>&#160;<td>&#160;<td>swprintf_s<td>wchar.h<td>int swprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1164 <tr><td>missing<td>&#160;<td>&#160;<td>swscanf_s<td>wchar.h<td>int swscanf_s(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1165 <tr><td>missing<td>&#160;<td>&#160;<td>vfwprintf_s<td>wchar.h<td>int vfwprintf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1166 <tr><td>missing<td>&#160;<td>&#160;<td>vfwscanf_s<td>wchar.h<td>int vfwscanf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1167 <tr><td>missing<td>&#160;<td>&#160;<td>vsnwprintf_s<td>wchar.h<td>int vsnwprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1168 <tr><td>missing<td>&#160;<td>&#160;<td>vswprintf_s<td>wchar.h<td>int vswprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1169 <tr><td>missing<td>&#160;<td>&#160;<td>vswscanf_s<td>wchar.h<td>int vswscanf_s(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1170 <tr><td>missing<td>&#160;<td>&#160;<td>vwprintf_s<td>wchar.h<td>int vwprintf_s(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1171 <tr><td>missing<td>&#160;<td>&#160;<td>vwscanf_s<td>wchar.h<td>int vwscanf_s(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
1172 <tr><td>missing<td>&#160;<td>&#160;<td>wprintf_s<td>wchar.h<td>int wprintf_s(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1173 <tr><td>missing<td>&#160;<td>&#160;<td>wscanf_s<td>wchar.h<td>int wscanf_s(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
1174 <tr><td>missing<td>&#160;<td>&#160;<td>wcscpy_s<td>wchar.h<td>errno_t wcscpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
1175 <tr><td>missing<td>&#160;<td>&#160;<td>wcsncpy_s<td>wchar.h<td>errno_t wcsncpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
1176 <tr><td>missing<td>&#160;<td>&#160;<td>wmemcpy_s<td>wchar.h<td>errno_t wmemcpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
1177 <tr><td>missing<td>&#160;<td>&#160;<td>wmemmove_s<td>wchar.h<td>errno_t wmemmove_s(wchar_t *s1, rsize_t s1max, const wchar_t *s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
1178 <tr><td>missing<td>&#160;<td>&#160;<td>wcscat_s<td>wchar.h<td>errno_t wcscat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
1179 <tr><td>missing<td>&#160;<td>&#160;<td>wcsncat_s<td>wchar.h<td>errno_t wcsncat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
1180 <tr><td>missing<td>&#160;<td>&#160;<td>wcstok_s<td>wchar.h<td>wchar_t *wcstok_s(wchar_t * restrict s1, rsize_t * restrict s1max, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
1181 <tr><td>missing<td>&#160;<td>&#160;<td>wcsnlen_s<td>wchar.h<td>size_t wcsnlen_s(const wchar_t *s, size_t maxsize);<td>B.28 Extended multibyte/wide character utilities
1182 <tr><td>missing<td>&#160;<td>&#160;<td>wcrtomb_s<td>wchar.h<td>errno_t wcrtomb_s(size_t * restrict retval, char * restrict s, rsize_t smax, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
1183 <tr><td>missing<td>&#160;<td>&#160;<td>mbsrtowcs_s<td>wchar.h<td>errno_t mbsrtowcs_s(size_t * restrict retval, wchar_t * restrict dst, rsize_t dstmax, const char ** restrict src, rsize_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
1184 <tr><td>missing<td>&#160;<td>&#160;<td>wcsrtombs_s<td>wchar.h<td>errno_t wcsrtombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t ** restrict src, rsize_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
1185 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
1186 <tr><td>&#160;<td>&#160;<td>t <td>wctrans_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
1187 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
1188 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
1189 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1190 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l156">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1191 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l157">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1192 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1193 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l159">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l43">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l44">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1194 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l160">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1195 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l161">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l30">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1196 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l31">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1197 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l163">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1198 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l164">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l33">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1199 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l165">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l34">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1200 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1201 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l167">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l36">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
1202 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l41">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
1203 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l168">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1204 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l169">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
1205 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l37">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
1206 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l40">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.29 Wide character classification and mapping utilities
1207 </table>
1208 <h4>stats</h4><ul><li>missing: 233<li>nosym: 0<li>nodecl: 0</ul>