fix posix headers (sys/, arpa/,..)
[musl-tables] / tab_c99.html
1 <h3>musl vs c99 api</h3>
2 <h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=13cd969552409e05c941829f2aabb15e2f4d9a1f">13cd969552409e05c941829f2aabb15e2f4d9a1f</a><br>Date:   Tue Sep 13 21:09:35 2011 -0400<br><br>    fix various errors in function signatures/prototypes found by nsz
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>c99<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
5 <tr><td>missing<td>&#160;<td>&#160;<td>NDEBUG<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>complex<td>complex.h<td>&#160;<td>B.2 Complex
8 <tr><td>missing<td>&#160;<td>&#160;<td>imaginary<td>complex.h<td>&#160;<td>B.2 Complex
9 <tr><td>missing<td>&#160;<td>&#160;<td>I<td>complex.h<td>&#160;<td>B.2 Complex
10 <tr><td>missing<td>&#160;<td>&#160;<td>_Complex_I<td>complex.h<td>&#160;<td>B.2 Complex
11 <tr><td>missing<td>&#160;<td>&#160;<td>_Imaginary_I<td>complex.h<td>&#160;<td>B.2 Complex
12 <tr><td>missing<td>&#160;<td>&#160;<td>cacos<td>complex.h<td>double complex cacos(double complex z);<td>B.2 Complex
13 <tr><td>missing<td>&#160;<td>&#160;<td>cacosf<td>complex.h<td>float complex cacosf(float complex z);<td>B.2 Complex
14 <tr><td>missing<td>&#160;<td>&#160;<td>cacosl<td>complex.h<td>long double complex cacosl(long double complex z);<td>B.2 Complex
15 <tr><td>missing<td>&#160;<td>&#160;<td>casin<td>complex.h<td>double complex casin(double complex z);<td>B.2 Complex
16 <tr><td>missing<td>&#160;<td>&#160;<td>casinf<td>complex.h<td>float complex casinf(float complex z);<td>B.2 Complex
17 <tr><td>missing<td>&#160;<td>&#160;<td>casinl<td>complex.h<td>long double complex casinl(long double complex z);<td>B.2 Complex
18 <tr><td>missing<td>&#160;<td>&#160;<td>catan<td>complex.h<td>double complex catan(double complex z);<td>B.2 Complex
19 <tr><td>missing<td>&#160;<td>&#160;<td>catanf<td>complex.h<td>float complex catanf(float complex z);<td>B.2 Complex
20 <tr><td>missing<td>&#160;<td>&#160;<td>catanl<td>complex.h<td>long double complex catanl(long double complex z);<td>B.2 Complex
21 <tr><td>missing<td>&#160;<td>&#160;<td>ccos<td>complex.h<td>double complex ccos(double complex z);<td>B.2 Complex
22 <tr><td>missing<td>&#160;<td>&#160;<td>ccosf<td>complex.h<td>float complex ccosf(float complex z);<td>B.2 Complex
23 <tr><td>missing<td>&#160;<td>&#160;<td>ccosl<td>complex.h<td>long double complex ccosl(long double complex z);<td>B.2 Complex
24 <tr><td>missing<td>&#160;<td>&#160;<td>csin<td>complex.h<td>double complex csin(double complex z);<td>B.2 Complex
25 <tr><td>missing<td>&#160;<td>&#160;<td>csinf<td>complex.h<td>float complex csinf(float complex z);<td>B.2 Complex
26 <tr><td>missing<td>&#160;<td>&#160;<td>csinl<td>complex.h<td>long double complex csinl(long double complex z);<td>B.2 Complex
27 <tr><td>missing<td>&#160;<td>&#160;<td>ctan<td>complex.h<td>double complex ctan(double complex z);<td>B.2 Complex
28 <tr><td>missing<td>&#160;<td>&#160;<td>ctanf<td>complex.h<td>float complex ctanf(float complex z);<td>B.2 Complex
29 <tr><td>missing<td>&#160;<td>&#160;<td>ctanl<td>complex.h<td>long double complex ctanl(long double complex z);<td>B.2 Complex
30 <tr><td>missing<td>&#160;<td>&#160;<td>cacosh<td>complex.h<td>double complex cacosh(double complex z);<td>B.2 Complex
31 <tr><td>missing<td>&#160;<td>&#160;<td>cacoshf<td>complex.h<td>float complex cacoshf(float complex z);<td>B.2 Complex
32 <tr><td>missing<td>&#160;<td>&#160;<td>cacoshl<td>complex.h<td>long double complex cacoshl(long double complex z);<td>B.2 Complex
33 <tr><td>missing<td>&#160;<td>&#160;<td>casinh<td>complex.h<td>double complex casinh(double complex z);<td>B.2 Complex
34 <tr><td>missing<td>&#160;<td>&#160;<td>casinhf<td>complex.h<td>float complex casinhf(float complex z);<td>B.2 Complex
35 <tr><td>missing<td>&#160;<td>&#160;<td>casinhl<td>complex.h<td>long double complex casinhl(long double complex z);<td>B.2 Complex
36 <tr><td>missing<td>&#160;<td>&#160;<td>catanh<td>complex.h<td>double complex catanh(double complex z);<td>B.2 Complex
37 <tr><td>missing<td>&#160;<td>&#160;<td>catanhf<td>complex.h<td>float complex catanhf(float complex z);<td>B.2 Complex
38 <tr><td>missing<td>&#160;<td>&#160;<td>catanhl<td>complex.h<td>long double complex catanhl(long double complex z);<td>B.2 Complex
39 <tr><td>missing<td>&#160;<td>&#160;<td>ccosh<td>complex.h<td>double complex ccosh(double complex z);<td>B.2 Complex
40 <tr><td>missing<td>&#160;<td>&#160;<td>ccoshf<td>complex.h<td>float complex ccoshf(float complex z);<td>B.2 Complex
41 <tr><td>missing<td>&#160;<td>&#160;<td>ccoshl<td>complex.h<td>long double complex ccoshl(long double complex z);<td>B.2 Complex
42 <tr><td>missing<td>&#160;<td>&#160;<td>csinh<td>complex.h<td>double complex csinh(double complex z);<td>B.2 Complex
43 <tr><td>missing<td>&#160;<td>&#160;<td>csinhf<td>complex.h<td>float complex csinhf(float complex z);<td>B.2 Complex
44 <tr><td>missing<td>&#160;<td>&#160;<td>csinhl<td>complex.h<td>long double complex csinhl(long double complex z);<td>B.2 Complex
45 <tr><td>missing<td>&#160;<td>&#160;<td>ctanh<td>complex.h<td>double complex ctanh(double complex z);<td>B.2 Complex
46 <tr><td>missing<td>&#160;<td>&#160;<td>ctanhf<td>complex.h<td>float complex ctanhf(float complex z);<td>B.2 Complex
47 <tr><td>missing<td>&#160;<td>&#160;<td>ctanhl<td>complex.h<td>long double complex ctanhl(long double complex z);<td>B.2 Complex
48 <tr><td>missing<td>&#160;<td>&#160;<td>cexp<td>complex.h<td>double complex cexp(double complex z);<td>B.2 Complex
49 <tr><td>missing<td>&#160;<td>&#160;<td>cexpf<td>complex.h<td>float complex cexpf(float complex z);<td>B.2 Complex
50 <tr><td>missing<td>&#160;<td>&#160;<td>cexpl<td>complex.h<td>long double complex cexpl(long double complex z);<td>B.2 Complex
51 <tr><td>missing<td>&#160;<td>&#160;<td>clog<td>complex.h<td>double complex clog(double complex z);<td>B.2 Complex
52 <tr><td>missing<td>&#160;<td>&#160;<td>clogf<td>complex.h<td>float complex clogf(float complex z);<td>B.2 Complex
53 <tr><td>missing<td>&#160;<td>&#160;<td>clogl<td>complex.h<td>long double complex clogl(long double complex z);<td>B.2 Complex
54 <tr><td>missing<td>&#160;<td>&#160;<td>cabs<td>complex.h<td>double cabs(double complex z);<td>B.2 Complex
55 <tr><td>missing<td>&#160;<td>&#160;<td>cabsf<td>complex.h<td>float cabsf(float complex z);<td>B.2 Complex
56 <tr><td>missing<td>&#160;<td>&#160;<td>cabsl<td>complex.h<td>long double cabsl(long double complex z);<td>B.2 Complex
57 <tr><td>missing<td>&#160;<td>&#160;<td>cpow<td>complex.h<td>double complex cpow(double complex x, double complex y);<td>B.2 Complex
58 <tr><td>missing<td>&#160;<td>&#160;<td>cpowf<td>complex.h<td>float complex cpowf(float complex x, float complex y);<td>B.2 Complex
59 <tr><td>missing<td>&#160;<td>&#160;<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>missing<td>&#160;<td>&#160;<td>csqrt<td>complex.h<td>double complex csqrt(double complex z);<td>B.2 Complex
61 <tr><td>missing<td>&#160;<td>&#160;<td>csqrtf<td>complex.h<td>float complex csqrtf(float complex z);<td>B.2 Complex
62 <tr><td>missing<td>&#160;<td>&#160;<td>csqrtl<td>complex.h<td>long double complex csqrtl(long double complex z);<td>B.2 Complex
63 <tr><td>missing<td>&#160;<td>&#160;<td>carg<td>complex.h<td>double carg(double complex z);<td>B.2 Complex
64 <tr><td>missing<td>&#160;<td>&#160;<td>cargf<td>complex.h<td>float cargf(float complex z);<td>B.2 Complex
65 <tr><td>missing<td>&#160;<td>&#160;<td>cargl<td>complex.h<td>long double cargl(long double complex z);<td>B.2 Complex
66 <tr><td>missing<td>&#160;<td>&#160;<td>cimag<td>complex.h<td>double cimag(double complex z);<td>B.2 Complex
67 <tr><td>missing<td>&#160;<td>&#160;<td>cimagf<td>complex.h<td>float cimagf(float complex z);<td>B.2 Complex
68 <tr><td>missing<td>&#160;<td>&#160;<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>conj<td>complex.h<td>double complex conj(double complex z);<td>B.2 Complex
70 <tr><td>missing<td>&#160;<td>&#160;<td>conjf<td>complex.h<td>float complex conjf(float complex z);<td>B.2 Complex
71 <tr><td>missing<td>&#160;<td>&#160;<td>conjl<td>complex.h<td>long double complex conjl(long double complex z);<td>B.2 Complex
72 <tr><td>missing<td>&#160;<td>&#160;<td>cproj<td>complex.h<td>double complex cproj(double complex z);<td>B.2 Complex
73 <tr><td>missing<td>&#160;<td>&#160;<td>cprojf<td>complex.h<td>float complex cprojf(float complex z);<td>B.2 Complex
74 <tr><td>missing<td>&#160;<td>&#160;<td>cprojl<td>complex.h<td>long double complex cprojl(long double complex z);<td>B.2 Complex
75 <tr><td>missing<td>&#160;<td>&#160;<td>creal<td>complex.h<td>double creal(double complex z);<td>B.2 Complex
76 <tr><td>missing<td>&#160;<td>&#160;<td>crealf<td>complex.h<td>float crealf(float complex z);<td>B.2 Complex
77 <tr><td>missing<td>&#160;<td>&#160;<td>creall<td>complex.h<td>long double creall(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/ctype.h#l4">p</a> <td>isalnum<td>ctype.h<td>int isalnum(int c);<td>B.3 Character handling
79 <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">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l5">p</a> <td>isalpha<td>ctype.h<td>int isalpha(int c);<td>B.3 Character handling
80 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l6">p</a> <td>isblank<td>ctype.h<td>int isblank(int c);<td>B.3 Character handling
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#l7">p</a> <td>iscntrl<td>ctype.h<td>int iscntrl(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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l8">p</a> <td>isdigit<td>ctype.h<td>int isdigit(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#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l9">p</a> <td>isgraph<td>ctype.h<td>int isgraph(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#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l10">p</a> <td>islower<td>ctype.h<td>int islower(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#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l11">p</a> <td>isprint<td>ctype.h<td>int isprint(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#l12">p</a> <td>ispunct<td>ctype.h<td>int ispunct(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#l13">p</a> <td>isspace<td>ctype.h<td>int isspace(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#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l14">p</a> <td>isupper<td>ctype.h<td>int isupper(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#l15">p</a> <td>isxdigit<td>ctype.h<td>int isxdigit(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#l16">p</a> <td>tolower<td>ctype.h<td>int tolower(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#l17">p</a> <td>toupper<td>ctype.h<td>int toupper(int c);<td>B.3 Character handling
92 <tr><td>&#160;<td>&#160;<td>d <td>EDOM<td>errno.h<td>&#160;<td>B.4 Errors
93 <tr><td>&#160;<td>&#160;<td>d <td>EILSEQ<td>errno.h<td>&#160;<td>B.4 Errors
94 <tr><td>&#160;<td>&#160;<td>d <td>ERANGE<td>errno.h<td>&#160;<td>B.4 Errors
95 <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
96 <tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
97 <tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
98 <tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
99 <tr><td>&#160;<td>&#160;<td>t <td>fexcept_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
100 <tr><td>&#160;<td>&#160;<td>d <td>FE_UNDERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
101 <tr><td>&#160;<td>&#160;<td>d <td>FE_UPWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
102 <tr><td>&#160;<td>&#160;<td>d <td>FE_DIVBYZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
103 <tr><td>&#160;<td>&#160;<td>d <td>FE_ALL_EXCEPT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
104 <tr><td>&#160;<td>&#160;<td>d <td>FE_DFL_ENV<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
105 <tr><td>&#160;<td>&#160;<td>d <td>FE_INEXACT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
106 <tr><td>&#160;<td>&#160;<td>d <td>FE_DOWNWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
107 <tr><td>&#160;<td>&#160;<td>d <td>FE_INVALID<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
108 <tr><td>&#160;<td>&#160;<td>d <td>FE_TONEAREST<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
109 <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
110 <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
111 <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
112 <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
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#l14">p</a> <td>fetestexcept<td>fenv.h<td>int fetestexcept(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#l16">p</a> <td>fegetround<td>fenv.h<td>int fegetround(void);<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#l17">p</a> <td>fesetround<td>fenv.h<td>int fesetround(int round);<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#l19">p</a> <td>fegetenv<td>fenv.h<td>int fegetenv(fenv_t *envp);<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#l20">p</a> <td>feholdexcept<td>fenv.h<td>int feholdexcept(fenv_t *envp);<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#l21">p</a> <td>fesetenv<td>fenv.h<td>int fesetenv(const fenv_t *envp);<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#l22">p</a> <td>feupdateenv<td>fenv.h<td>int feupdateenv(const fenv_t *envp);<td>B.5 Floating-point environment
120 <tr><td>&#160;<td>&#160;<td>d <td>FLT_ROUNDS<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
121 <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
122 <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
123 <tr><td>&#160;<td>&#160;<td>d <td>FLT_EVAL_METHOD<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
124 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_EXP<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#l19">d</a> <td>DBL_MAX<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#l4">d</a> <td>FLT_RADIX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
127 <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
128 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX<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#l10">d</a> <td>FLT_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
130 <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
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#l8">d</a> <td>FLT_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
132 <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
133 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_10_EXP<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#l20">d</a> <td>DBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
135 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
136 <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
137 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_EPSILON<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#l32">d</a> <td>DECIMAL_DIG<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#l24">d</a> <td>DBL_MAX_EXP<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#l6">d</a> <td>FLT_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
141 <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
142 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_EXP<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#l18">d</a> <td>DBL_MIN<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#l26">d</a> <td>DBL_DIG<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#l16">d</a> <td>FLT_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
146 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
147 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
148 <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
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#l11">d</a> <td>FLT_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
150 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
151 <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
152 <tr><td>missing<td>&#160;<td>&#160;<td>PRIdN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
153 <tr><td>missing<td>&#160;<td>&#160;<td>PRIdLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
154 <tr><td>missing<td>&#160;<td>&#160;<td>PRIdFASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
155 <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
156 <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
157 <tr><td>missing<td>&#160;<td>&#160;<td>PRIiN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
158 <tr><td>missing<td>&#160;<td>&#160;<td>PRIiLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
159 <tr><td>missing<td>&#160;<td>&#160;<td>PRIiFASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
160 <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
161 <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
162 <tr><td>missing<td>&#160;<td>&#160;<td>PRIoN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
163 <tr><td>missing<td>&#160;<td>&#160;<td>PRIoLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
164 <tr><td>missing<td>&#160;<td>&#160;<td>PRIoFASTN<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#l121">d</a> <td>PRIoMAX<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#l128">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
167 <tr><td>missing<td>&#160;<td>&#160;<td>PRIuN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
168 <tr><td>missing<td>&#160;<td>&#160;<td>PRIuLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
169 <tr><td>missing<td>&#160;<td>&#160;<td>PRIuFASTN<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#l122">d</a> <td>PRIuMAX<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#l129">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
172 <tr><td>missing<td>&#160;<td>&#160;<td>PRIxN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
173 <tr><td>missing<td>&#160;<td>&#160;<td>PRIxLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
174 <tr><td>missing<td>&#160;<td>&#160;<td>PRIxFASTN<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#l123">d</a> <td>PRIxMAX<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#l130">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
177 <tr><td>missing<td>&#160;<td>&#160;<td>PRIXN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
178 <tr><td>missing<td>&#160;<td>&#160;<td>PRIXLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
179 <tr><td>missing<td>&#160;<td>&#160;<td>PRIXFASTN<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#l124">d</a> <td>PRIXMAX<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#l131">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
182 <tr><td>missing<td>&#160;<td>&#160;<td>SCNdN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
183 <tr><td>missing<td>&#160;<td>&#160;<td>SCNdLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
184 <tr><td>missing<td>&#160;<td>&#160;<td>SCNdFASTN<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#l208">d</a> <td>SCNdMAX<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#l214">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
187 <tr><td>missing<td>&#160;<td>&#160;<td>SCNiN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
188 <tr><td>missing<td>&#160;<td>&#160;<td>SCNiLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
189 <tr><td>missing<td>&#160;<td>&#160;<td>SCNiFASTN<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#l209">d</a> <td>SCNiMAX<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#l215">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
192 <tr><td>missing<td>&#160;<td>&#160;<td>SCNoN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
193 <tr><td>missing<td>&#160;<td>&#160;<td>SCNoLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
194 <tr><td>missing<td>&#160;<td>&#160;<td>SCNoFASTN<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#l210">d</a> <td>SCNoMAX<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#l216">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
197 <tr><td>missing<td>&#160;<td>&#160;<td>SCNuN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
198 <tr><td>missing<td>&#160;<td>&#160;<td>SCNuLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
199 <tr><td>missing<td>&#160;<td>&#160;<td>SCNuFASTN<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#l211">d</a> <td>SCNuMAX<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#l217">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
202 <tr><td>missing<td>&#160;<td>&#160;<td>SCNxN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
203 <tr><td>missing<td>&#160;<td>&#160;<td>SCNxLEASTN<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
204 <tr><td>missing<td>&#160;<td>&#160;<td>SCNxFASTN<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#l212">d</a> <td>SCNxMAX<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#l218">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
207 <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
208 <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
209 <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
210 <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
211 <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
212 <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
213 <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
214 <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
215 <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
216 <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
217 <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
218 <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
219 <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
220 <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
221 <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
222 <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
223 <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
224 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l10">d</a> <td>CHAR_BIT<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l15">d</a> <td>CHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l19">d</a> <td>INT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l23">d</a> <td>ULONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l11">d</a> <td>SCHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l27">d</a> <td>MB_LEN_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l20">d</a> <td>INT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l24">d</a> <td>LLONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l12">d</a> <td>SCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l16">d</a> <td>SHRT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l21">d</a> <td>UINT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
235 <tr><td>&#160;<td>&#160;<td>d <td>LLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l13">d</a> <td>UCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l17">d</a> <td>SHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l22">d</a> <td>LONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l25">d</a> <td>ULLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l14">d</a> <td>CHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes 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/limits.h#l18">d</a> <td>USHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
242 <tr><td>&#160;<td>&#160;<td>d <td>LONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes 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/locale.h#l23">s</a> <td>struct lconv<td>locale.h<td>&#160;<td>B.10 Localization
244 <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
245 <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
246 <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
247 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
248 <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
249 <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
250 <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
251 <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
252 <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
253 <tr><td>missing<td>&#160;<td>&#160;<td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
254 <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>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
255 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
256 <tr><td>missing<td>&#160;<td>&#160;<td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
257 <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>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
258 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l25">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
259 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l15">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
260 <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>FP_NORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
261 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l24">d</a> <td>FP_ILOGBNAN<td>math.h<td>&#160;<td>B.11 Mathematics
262 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l14">d</a> <td>HUGE_VALF<td>math.h<td>&#160;<td>B.11 Mathematics
263 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l30">d</a> <td>FP_SUBNORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
264 <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> <td>MATH_ERRNO<td>math.h<td>&#160;<td>B.11 Mathematics
265 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l16">d</a> <td>HUGE_VALL<td>math.h<td>&#160;<td>B.11 Mathematics
266 <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>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
267 <tr><td>missing<td>&#160;<td>&#160;<td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
268 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l12">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
269 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
270 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l22">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
271 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l11">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
272 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
273 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l37">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
274 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l45">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
275 <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>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
276 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l43">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
277 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l44">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
278 <tr><td>missing<td>&#160;<td>&#160;<td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
279 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l65">p</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
280 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l66">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
281 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l67">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
282 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l73">p</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
283 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l74">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
284 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l75">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
285 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l81">p</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
286 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l82">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
287 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l83">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
288 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l85">p</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
289 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l86">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
290 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l87">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
291 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l105">p</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
292 <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> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
293 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
294 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l265">p</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
295 <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> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
296 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
297 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l277">p</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
298 <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> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
299 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
300 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">p</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
301 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l70">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
302 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l71">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
303 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l77">p</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
304 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l78">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
305 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l79">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
306 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l89">p</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
307 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l90">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
308 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l91">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
309 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l109">p</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
310 <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> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
311 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
312 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l269">p</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
313 <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> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
314 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
315 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l281">p</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
316 <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> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
317 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
318 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l121">p</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
319 <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> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
320 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
321 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l125">p</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
322 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
323 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
324 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l129">p</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
325 <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> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
326 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
327 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l161">p</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
328 <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> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
329 <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>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
330 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l169">p</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
331 <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> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
332 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
333 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l173">p</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
334 <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> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
335 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
336 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l189">p</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
337 <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> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
338 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
339 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l193">p</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
340 <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> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
341 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
342 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l197">p</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
343 <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> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
344 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
345 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l201">p</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
346 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
347 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
348 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l205">p</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
349 <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> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
350 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
351 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l217">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
352 <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> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
353 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
354 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l261">p</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
355 <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>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
356 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
357 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l257">p</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
358 <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>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
359 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
360 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l93">p</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
361 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l94">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
362 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l95">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
363 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l133">p</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
364 <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> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
365 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
366 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l165">p</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
367 <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> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
368 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
369 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l237">p</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
370 <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> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
371 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
372 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l273">p</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
373 <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> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
374 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
375 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l113">p</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
376 <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> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
377 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
378 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l117">p</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
379 <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> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
380 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
381 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l177">p</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
382 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
383 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
384 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l285">p</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
385 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
386 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
387 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l97">p</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
388 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l98">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
389 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l99">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
390 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l141">p</a> <td>floor<td>math.h<td>double floor(double 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#l142">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
392 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
393 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l225">p</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
394 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
395 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double 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#l249">p</a> <td>rint<td>math.h<td>double rint(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#l250">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
398 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td>rintl<td>math.h<td>long double rintl(long double 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#l209">p</a> <td>lrint<td>math.h<td>long int lrint(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#l210">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
401 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double 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#l181">p</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
403 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
404 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double 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#l253">p</a> <td>round<td>math.h<td>double round(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#l254">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
407 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
408 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l213">p</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
409 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
410 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
411 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l185">p</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
412 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
413 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double 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#l289">p</a> <td>trunc<td>math.h<td>double trunc(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#l290">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
416 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td>truncl<td>math.h<td>long double truncl(long double 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#l157">p</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<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#l158">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
419 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<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#l241">p</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<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#l242">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
422 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<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#l245">p</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<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#l246">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
425 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<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#l101">p</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<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#l102">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
428 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
429 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l221">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
430 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
431 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<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#l229">p</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<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#l230">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
434 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
435 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l233">p</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
436 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
437 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
438 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l137">p</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
439 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
440 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
441 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l149">p</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
442 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
443 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
444 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l153">p</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
445 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
446 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
447 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l145">p</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
448 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
449 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
450 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l63">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
451 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l62">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
452 <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>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
453 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l60">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
454 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l61">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
455 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l47">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
456 <tr><td>&#160;<td>&#160;<td>t <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l15">d</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
457 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l31">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l28">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
458 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l32">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l29">p</a> <td>longjmp<td>setjmp.h<td>void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
459 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l115">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
460 <tr><td>&#160;<td>&#160;<td>d <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
461 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
462 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
463 <tr><td>&#160;<td>&#160;<td>d <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
464 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
465 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
466 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
467 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
468 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
469 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l117">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
470 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l118">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
471 <tr><td>&#160;<td>&#160;<td>t t <td>va_list<td>stdarg.h<td>&#160;<td>B.14 Variable arguments
472 <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.14 Variable arguments
473 <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.14 Variable arguments
474 <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.14 Variable arguments
475 <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.14 Variable arguments
476 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l9">t</a> <td>bool<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
477 <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.15 Boolean type and values
478 <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.15 Boolean type and values
479 <tr><td>missing<td>&#160;<td>&#160;<td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
480 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
481 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
482 <tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
483 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.16 Common definitions
484 <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.16 Common definitions
485 <tr><td>missing<td>&#160;<td>&#160;<td>intN_t<td>stdint.h<td>&#160;<td>B.17 Integer types
486 <tr><td>missing<td>&#160;<td>&#160;<td>INT_LEASTN_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
487 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
488 <tr><td>missing<td>&#160;<td>&#160;<td>uintN_t<td>stdint.h<td>&#160;<td>B.17 Integer types
489 <tr><td>missing<td>&#160;<td>&#160;<td>INT_LEASTN_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
490 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
491 <tr><td>missing<td>&#160;<td>&#160;<td>int_leastN_t<td>stdint.h<td>&#160;<td>B.17 Integer types
492 <tr><td>missing<td>&#160;<td>&#160;<td>UINT_LEASTN_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
493 <tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
494 <tr><td>missing<td>&#160;<td>&#160;<td>uint_leastN_t<td>stdint.h<td>&#160;<td>B.17 Integer types
495 <tr><td>missing<td>&#160;<td>&#160;<td>INT_FASTN_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
496 <tr><td>&#160;<td>&#160;<td>d <td>SIZE_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
497 <tr><td>missing<td>&#160;<td>&#160;<td>int_fastN_t<td>stdint.h<td>&#160;<td>B.17 Integer types
498 <tr><td>missing<td>&#160;<td>&#160;<td>INT_FASTN_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
499 <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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l78">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> <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
500 <tr><td>missing<td>&#160;<td>&#160;<td>uint_fastN_t<td>stdint.h<td>&#160;<td>B.17 Integer types
501 <tr><td>missing<td>&#160;<td>&#160;<td>UINT_FASTN_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
502 <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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l79">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l30">d</a> <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
503 <tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
504 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
505 <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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l80">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
506 <tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.17 Integer types
507 <tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
508 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l77">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l81">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
509 <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.17 Integer types
510 <tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
511 <tr><td>missing<td>&#160;<td>&#160;<td>INTN_C<td>stdint.h<td>INTN_C(value)<td>B.17 Integer types
512 <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.17 Integer types
513 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l83">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
514 <tr><td>missing<td>&#160;<td>&#160;<td>UINTN_C<td>stdint.h<td>UINTN_C(value)<td>B.17 Integer types
515 <tr><td>missing<td>&#160;<td>&#160;<td>INTN_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
516 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l84">d</a> <td>INTMAX_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
517 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l103">d</a> <td>INTMAX_C<td>stdint.h<td>INTMAX_C(value)<td>B.17 Integer types
518 <tr><td>missing<td>&#160;<td>&#160;<td>INTN_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
519 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l85">d</a> <td>UINTMAX_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
520 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l104">d</a> <td>UINTMAX_C<td>stdint.h<td>UINTMAX_C(value)<td>B.17 Integer types
521 <tr><td>missing<td>&#160;<td>&#160;<td>UINTN_MAX<td>stdint.h<td>&#160;<td>B.17 Integer types
522 <tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.17 Integer types
523 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdio.h<td>&#160;<td>B.18 Input/output
524 <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>_IOLBF<td>stdio.h<td>&#160;<td>B.18 Input/output
525 <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>FILENAME_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
526 <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>TMP_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
527 <tr><td>&#160;<td>&#160;<td>t <td>FILE<td>stdio.h<td>&#160;<td>B.18 Input/output
528 <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>_IONBF<td>stdio.h<td>&#160;<td>B.18 Input/output
529 <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>L_tmpnam<td>stdio.h<td>&#160;<td>B.18 Input/output
530 <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>stderr<td>stdio.h<td>&#160;<td>B.18 Input/output
531 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l50">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.18 Input/output
532 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l41">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.18 Input/output
533 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l57">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l60">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#l13">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.18 Input/output
534 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l56">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l52">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.18 Input/output
535 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.18 Input/output
536 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l28">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.18 Input/output
537 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l58">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l61">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#l14">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l17">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.18 Input/output
538 <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>stdout<td>stdio.h<td>&#160;<td>B.18 Input/output
539 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l37">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.18 Input/output
540 <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>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.18 Input/output
541 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l56">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l59">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l30">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/unistd.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l15">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.18 Input/output
542 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l64">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.18 Input/output
543 <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>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.18 Input/output
544 <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>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.18 Input/output
545 <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>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.18 Input/output
546 <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>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.18 Input/output
547 <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>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.18 Input/output
548 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l60">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.18 Input/output
549 <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>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.18 Input/output
550 <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>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.18 Input/output
551 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l116">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.18 Input/output
552 <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>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
553 <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>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
554 <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>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.18 Input/output
555 <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>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.18 Input/output
556 <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>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.18 Input/output
557 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l99">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
558 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l109">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
559 <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>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
560 <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>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
561 <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>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.18 Input/output
562 <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>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.18 Input/output
563 <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>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.18 Input/output
564 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l104">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
565 <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>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
566 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l82">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.18 Input/output
567 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l91">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.18 Input/output
568 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l87">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.18 Input/output
569 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l94">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.18 Input/output
570 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l83">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.18 Input/output
571 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l84">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.18 Input/output
572 <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>gets<td>stdio.h<td>char *gets(char *s);<td>B.18 Input/output
573 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l88">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.18 Input/output
574 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l89">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.18 Input/output
575 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l95">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.18 Input/output
576 <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>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.18 Input/output
577 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l79">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.18 Input/output
578 <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>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
579 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l76">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.18 Input/output
580 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l72">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.18 Input/output
581 <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>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.18 Input/output
582 <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>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.18 Input/output
583 <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>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.18 Input/output
584 <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>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.18 Input/output
585 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l67">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.18 Input/output
586 <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>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.18 Input/output
587 <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>perror<td>stdio.h<td>void perror(const char *s);<td>B.18 Input/output
588 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
589 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l59">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
590 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l72">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.19 General utilities
591 <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>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.19 General utilities
592 <tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
593 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l60">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
594 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l73">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.19 General utilities
595 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l58">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
596 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.19 General utilities
597 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l77">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.19 General utilities
598 <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.19 General utilities
599 <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.19 General utilities
600 <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.19 General utilities
601 <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.19 General utilities
602 <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.19 General utilities
603 <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.19 General utilities
604 <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.19 General utilities
605 <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.19 General utilities
606 <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.19 General utilities
607 <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.19 General utilities
608 <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.19 General utilities
609 <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.19 General utilities
610 <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.19 General utilities
611 <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.19 General utilities
612 <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.19 General utilities
613 <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.19 General utilities
614 <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.19 General utilities
615 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l42">p</a> <td>abort<td>stdlib.h<td>void abort(void);<td>B.19 General utilities
616 <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>atexit<td>stdlib.h<td>int atexit(void (*func)(void));<td>B.19 General utilities
617 <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>exit<td>stdlib.h<td>void exit(int status);<td>B.19 General utilities
618 <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>void _Exit(int status);<td>B.19 General utilities
619 <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>getenv<td>stdlib.h<td>char *getenv(const char *name);<td>B.19 General utilities
620 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l49">p</a> <td>system<td>stdlib.h<td>int system(const char *string);<td>B.19 General utilities
621 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l51">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.19 General utilities
622 <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>qsort<td>stdlib.h<td>void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.19 General utilities
623 <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>abs<td>stdlib.h<td>int abs(int j);<td>B.19 General utilities
624 <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>labs<td>stdlib.h<td>long int labs(long int j);<td>B.19 General utilities
625 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l56">p</a> <td>llabs<td>stdlib.h<td>long long int llabs(long long int j);<td>B.19 General utilities
626 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l62">p</a> <td>div<td>stdlib.h<td>div_t div(int numer, int denom);<td>B.19 General utilities
627 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l63">p</a> <td>ldiv<td>stdlib.h<td>ldiv_t ldiv(long int numer, long int denom);<td>B.19 General utilities
628 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l64">p</a> <td>lldiv<td>stdlib.h<td>lldiv_t lldiv(long long int numer, long long int denom);<td>B.19 General utilities
629 <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>mblen<td>stdlib.h<td>int mblen(const char *s, size_t n);<td>B.19 General utilities
630 <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>mbtowc<td>stdlib.h<td>int mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);<td>B.19 General utilities
631 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l68">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.19 General utilities
632 <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>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.19 General utilities
633 <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>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.19 General utilities
634 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.20 String handling
635 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>string.h<td>&#160;<td>B.20 String handling
636 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l18">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
637 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l19">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.20 String handling
638 <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>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.20 String handling
639 <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>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
640 <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>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.20 String handling
641 <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>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
642 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l21">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.20 String handling
643 <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>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.20 String handling
644 <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>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.20 String handling
645 <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>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.20 String handling
646 <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>strxfrm<td>string.h<td>size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
647 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l22">p</a> <td>memchr<td>string.h<td>void *memchr(const void *s, int c, size_t n);<td>B.20 String handling
648 <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>strchr<td>string.h<td>char *strchr(const char *s, int c);<td>B.20 String handling
649 <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>strcspn<td>string.h<td>size_t strcspn(const char *s1, const char *s2);<td>B.20 String handling
650 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l41">p</a> <td>strpbrk<td>string.h<td>char *strpbrk(const char *s1, const char *s2);<td>B.20 String handling
651 <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>strrchr<td>string.h<td>char *strrchr(const char *s, int c);<td>B.20 String handling
652 <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>strspn<td>string.h<td>size_t strspn(const char *s1, const char *s2);<td>B.20 String handling
653 <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>strstr<td>string.h<td>char *strstr(const char *s1, const char *s2);<td>B.20 String handling
654 <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>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.20 String handling
655 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l20">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.20 String handling
656 <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>strerror<td>string.h<td>char *strerror(int errnum);<td>B.20 String handling
657 <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>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
658 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l65">p</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
659 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l273">p</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
660 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l157">p</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
661 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l229">p</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
662 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l73">p</a> <td>asin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
663 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l133">p</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
664 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l161">p</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
665 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l233">p</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
666 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l81">p</a> <td>atan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
667 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l85">p</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
668 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l165">p</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
669 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l241">p</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
670 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">p</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
671 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l93">p</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
672 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l169">p</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
673 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l245">p</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
674 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l77">p</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
675 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l97">p</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
676 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l173">p</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
677 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l249">p</a> <td>rint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
678 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l89">p</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
679 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">p</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
680 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l177">p</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
681 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l253">p</a> <td>round<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
682 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l105">p</a> <td>cos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
683 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l113">p</a> <td>erf<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
684 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l181">p</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
685 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l261">p</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
686 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l265">p</a> <td>sin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
687 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l117">p</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
688 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l185">p</a> <td>llround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
689 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l257">p</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
690 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l277">p</a> <td>tan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
691 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l125">p</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
692 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l193">p</a> <td>log10<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
693 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l285">p</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
694 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l109">p</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
695 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l129">p</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
696 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l197">p</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
697 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l289">p</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
698 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l269">p</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
699 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l137">p</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
700 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l201">p</a> <td>log2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
701 <tr><td>missing<td>&#160;<td>&#160;<td>carg<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
702 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l281">p</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
703 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l141">p</a> <td>floor<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
704 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l205">p</a> <td>logb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
705 <tr><td>missing<td>&#160;<td>&#160;<td>cimag<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
706 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l121">p</a> <td>exp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
707 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l145">p</a> <td>fma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
708 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l209">p</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
709 <tr><td>missing<td>&#160;<td>&#160;<td>conj<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
710 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l189">p</a> <td>log<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
711 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l149">p</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
712 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l213">p</a> <td>lround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
713 <tr><td>missing<td>&#160;<td>&#160;<td>cproj<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
714 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l237">p</a> <td>pow<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
715 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l153">p</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
716 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l225">p</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
717 <tr><td>missing<td>&#160;<td>&#160;<td>creal<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
718 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>time.h<td>&#160;<td>B.22 Date and time
719 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
720 <tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.22 Date and time
721 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l55">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.22 Date and time
722 <tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.22 Date and time
723 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l30">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.22 Date and time
724 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l45">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.22 Date and time
725 <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>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.22 Date and time
726 <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>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.22 Date and time
727 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l46">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.22 Date and time
728 <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>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.22 Date and time
729 <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>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.22 Date and time
730 <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>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.22 Date and time
731 <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>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
732 <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>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.22 Date and time
733 <tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
734 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
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#l75">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l79">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l30">d</a> <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
736 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
737 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l30">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
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#l74">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l78">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> <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
739 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l39">t</a> <td>mbstate_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
740 <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#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">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#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
741 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l32">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l33">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l14">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l15">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
742 <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>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
743 <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>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
744 <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>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
745 <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>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
746 <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>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
747 <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>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
748 <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>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
749 <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>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
750 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l104">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
751 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l112">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.23 Extended multibyte/wide character utilities
752 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l100">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
753 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l108">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
754 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l116">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.23 Extended multibyte/wide character utilities
755 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l124">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.23 Extended multibyte/wide character utilities
756 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l120">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
757 <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>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.23 Extended multibyte/wide character utilities
758 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l97">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.23 Extended multibyte/wide character utilities
759 <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>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.23 Extended multibyte/wide character utilities
760 <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>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.23 Extended multibyte/wide character utilities
761 <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>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
762 <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>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.23 Extended multibyte/wide character utilities
763 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l127">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.23 Extended multibyte/wide character utilities
764 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l86">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
765 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l85">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
766 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l87">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.23 Extended multibyte/wide character utilities
767 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l89">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
768 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l92">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.23 Extended multibyte/wide character utilities
769 <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>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
770 <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>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.23 Extended multibyte/wide character utilities
771 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l41">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.23 Extended multibyte/wide character utilities
772 <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>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
773 <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>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
774 <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>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
775 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l44">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.23 Extended multibyte/wide character utilities
776 <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>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
777 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l47">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
778 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l50">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
779 <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>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
780 <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>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
781 <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>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.23 Extended multibyte/wide character utilities
782 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l53">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.23 Extended multibyte/wide character utilities
783 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l56">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
784 <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>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2); <td>B.23 Extended multibyte/wide character utilities
785 <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>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.23 Extended multibyte/wide character utilities
786 <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>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
787 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l64">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.23 Extended multibyte/wide character utilities
788 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l60">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.23 Extended multibyte/wide character utilities
789 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l67">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.23 Extended multibyte/wide character utilities
790 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l62">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.23 Extended multibyte/wide character utilities
791 <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>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.23 Extended multibyte/wide character utilities
792 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l130">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.23 Extended multibyte/wide character utilities
793 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l73">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.23 Extended multibyte/wide character utilities
794 <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>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.23 Extended multibyte/wide character utilities
795 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l76">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.23 Extended multibyte/wide character utilities
796 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l80">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
797 <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>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.23 Extended multibyte/wide character utilities
798 <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>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.23 Extended multibyte/wide character utilities
799 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l82">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.23 Extended multibyte/wide character utilities
800 <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>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.23 Extended multibyte/wide character utilities
801 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
802 <tr><td>&#160;<td>&#160;<td>t <td>wctrans_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
803 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
804 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l32">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l33">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l14">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l15">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
805 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l144">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.24 Wide character classification and mapping utilities
806 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.24 Wide character classification and mapping utilities
807 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l21">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.24 Wide character classification and mapping utilities
808 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l147">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.24 Wide character classification and mapping utilities
809 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l148">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l17">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l23">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
810 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.24 Wide character classification and mapping utilities
811 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
812 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l151">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.24 Wide character classification and mapping utilities
813 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l152">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.24 Wide character classification and mapping utilities
814 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.24 Wide character classification and mapping utilities
815 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
816 <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#l30">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
817 <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#l31">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.24 Wide character classification and mapping utilities
818 <tr><td>&#160;<td>T<td><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#l36">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.24 Wide character classification and mapping utilities
819 <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#l33">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
820 <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#l34">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
821 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.24 Wide character classification and mapping utilities
822 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.24 Wide character classification and mapping utilities
823 </table>
824 <h4>stats</h4><ul><li>missing: 138<li>nosym: 100<li>nodecl: 0</ul>