add c11, update tables
authornsz <nsz@port70.net>
Tue, 4 Sep 2012 19:50:58 +0000 (21:50 +0200)
committernsz <nsz@port70.net>
Tue, 4 Sep 2012 19:50:58 +0000 (21:50 +0200)
data/c11 [new file with mode: 0644]
data/c99
data/musl.problems
maketags.sh
tab_c11.html [new file with mode: 0644]
tab_c11.sh [new file with mode: 0755]
tab_c99.html
tab_posix.html
update.sh

diff --git a/data/c11 b/data/c11
new file mode 100644 (file)
index 0000000..d639e99
--- /dev/null
+++ b/data/c11
@@ -0,0 +1,1202 @@
+static_assert          assert.h        B.1 Diagnostics
+assert void assert(scalar expression); assert.h        B.1 Diagnostics
+imaginary              complex.h       B.2 Complex
+complex                complex.h       B.2 Complex
+_Imaginary_I           complex.h       B.2 Complex
+_Complex_I             complex.h       B.2 Complex
+I              complex.h       B.2 Complex
+cacos  double complex cacos(double complex z); complex.h       B.2 Complex
+cacosf float complex cacosf(float complex z);  complex.h       B.2 Complex
+cacosl long double complex cacosl(long double complex z);      complex.h       B.2 Complex
+casin  double complex casin(double complex z); complex.h       B.2 Complex
+casinf float complex casinf(float complex z);  complex.h       B.2 Complex
+casinl long double complex casinl(long double complex z);      complex.h       B.2 Complex
+catan  double complex catan(double complex z); complex.h       B.2 Complex
+catanf float complex catanf(float complex z);  complex.h       B.2 Complex
+catanl long double complex catanl(long double complex z);      complex.h       B.2 Complex
+ccos   double complex ccos(double complex z);  complex.h       B.2 Complex
+ccosf  float complex ccosf(float complex z);   complex.h       B.2 Complex
+ccosl  long double complex ccosl(long double complex z);       complex.h       B.2 Complex
+csin   double complex csin(double complex z);  complex.h       B.2 Complex
+csinf  float complex csinf(float complex z);   complex.h       B.2 Complex
+csinl  long double complex csinl(long double complex z);       complex.h       B.2 Complex
+ctan   double complex ctan(double complex z);  complex.h       B.2 Complex
+ctanf  float complex ctanf(float complex z);   complex.h       B.2 Complex
+ctanl  long double complex ctanl(long double complex z);       complex.h       B.2 Complex
+cacosh double complex cacosh(double complex z);        complex.h       B.2 Complex
+cacoshf        float complex cacoshf(float complex z); complex.h       B.2 Complex
+cacoshl        long double complex cacoshl(long double complex z);     complex.h       B.2 Complex
+casinh double complex casinh(double complex z);        complex.h       B.2 Complex
+casinhf        float complex casinhf(float complex z); complex.h       B.2 Complex
+casinhl        long double complex casinhl(long double complex z);     complex.h       B.2 Complex
+catanh double complex catanh(double complex z);        complex.h       B.2 Complex
+catanhf        float complex catanhf(float complex z); complex.h       B.2 Complex
+catanhl        long double complex catanhl(long double complex z);     complex.h       B.2 Complex
+ccosh  double complex ccosh(double complex z); complex.h       B.2 Complex
+ccoshf float complex ccoshf(float complex z);  complex.h       B.2 Complex
+ccoshl long double complex ccoshl(long double complex z);      complex.h       B.2 Complex
+csinh  double complex csinh(double complex z); complex.h       B.2 Complex
+csinhf float complex csinhf(float complex z);  complex.h       B.2 Complex
+csinhl long double complex csinhl(long double complex z);      complex.h       B.2 Complex
+ctanh  double complex ctanh(double complex z); complex.h       B.2 Complex
+ctanhf float complex ctanhf(float complex z);  complex.h       B.2 Complex
+ctanhl long double complex ctanhl(long double complex z);      complex.h       B.2 Complex
+cexp   double complex cexp(double complex z);  complex.h       B.2 Complex
+cexpf  float complex cexpf(float complex z);   complex.h       B.2 Complex
+cexpl  long double complex cexpl(long double complex z);       complex.h       B.2 Complex
+clog   double complex clog(double complex z);  complex.h       B.2 Complex
+clogf  float complex clogf(float complex z);   complex.h       B.2 Complex
+clogl  long double complex clogl(long double complex z);       complex.h       B.2 Complex
+cabs   double cabs(double complex z);  complex.h       B.2 Complex
+cabsf  float cabsf(float complex z);   complex.h       B.2 Complex
+cabsl  long double cabsl(long double complex z);       complex.h       B.2 Complex
+cpow   double complex cpow(double complex x, double complex y);        complex.h       B.2 Complex
+cpowf  float complex cpowf(float complex x, float complex y);  complex.h       B.2 Complex
+cpowl  long double complex cpowl(long double complex x, long double complex y);        complex.h       B.2 Complex
+csqrt  double complex csqrt(double complex z); complex.h       B.2 Complex
+csqrtf float complex csqrtf(float complex z);  complex.h       B.2 Complex
+csqrtl long double complex csqrtl(long double complex z);      complex.h       B.2 Complex
+carg   double carg(double complex z);  complex.h       B.2 Complex
+cargf  float cargf(float complex z);   complex.h       B.2 Complex
+cargl  long double cargl(long double complex z);       complex.h       B.2 Complex
+cimag  double cimag(double complex z); complex.h       B.2 Complex
+cimagf float cimagf(float complex z);  complex.h       B.2 Complex
+cimagl long double cimagl(long double complex z);      complex.h       B.2 Complex
+CMPLX  double complex CMPLX(double x, double y);       complex.h       B.2 Complex
+CMPLXF float complex CMPLXF(float x, float y); complex.h       B.2 Complex
+CMPLXL long double complex CMPLXL(long double x, long double y);       complex.h       B.2 Complex
+conj   double complex conj(double complex z);  complex.h       B.2 Complex
+conjf  float complex conjf(float complex z);   complex.h       B.2 Complex
+conjl  long double complex conjl(long double complex z);       complex.h       B.2 Complex
+cproj  double complex cproj(double complex z); complex.h       B.2 Complex
+cprojf float complex cprojf(float complex z);  complex.h       B.2 Complex
+cprojl long double complex cprojl(long double complex z);      complex.h       B.2 Complex
+creal  double creal(double complex z); complex.h       B.2 Complex
+crealf float crealf(float complex z);  complex.h       B.2 Complex
+creall long double creall(long double complex z);      complex.h       B.2 Complex
+isalnum        int isalnum(int c);     ctype.h B.3 Character handling
+isalpha        int isalpha(int c);     ctype.h B.3 Character handling
+isblank        int isblank(int c);     ctype.h B.3 Character handling
+iscntrl        int iscntrl(int c);     ctype.h B.3 Character handling
+isdigit        int isdigit(int c);     ctype.h B.3 Character handling
+isgraph        int isgraph(int c);     ctype.h B.3 Character handling
+islower        int islower(int c);     ctype.h B.3 Character handling
+isprint        int isprint(int c);     ctype.h B.3 Character handling
+ispunct        int ispunct(int c);     ctype.h B.3 Character handling
+isspace        int isspace(int c);     ctype.h B.3 Character handling
+isupper        int isupper(int c);     ctype.h B.3 Character handling
+isxdigit       int isxdigit(int c);    ctype.h B.3 Character handling
+tolower        int tolower(int c);     ctype.h B.3 Character handling
+toupper        int toupper(int c);     ctype.h B.3 Character handling
+EDOM           errno.h B.4 Errors
+EILSEQ         errno.h B.4 Errors
+ERANGE         errno.h B.4 Errors
+errno          errno.h B.4 Errors
+errno_t                errno.h B.4 Errors
+fenv_t         fenv.h  B.5 Floating-point environment
+FE_OVERFLOW            fenv.h  B.5 Floating-point environment
+FE_TOWARDZERO          fenv.h  B.5 Floating-point environment
+fexcept_t              fenv.h  B.5 Floating-point environment
+FE_UNDERFLOW           fenv.h  B.5 Floating-point environment
+FE_UPWARD              fenv.h  B.5 Floating-point environment
+FE_DIVBYZERO           fenv.h  B.5 Floating-point environment
+FE_ALL_EXCEPT          fenv.h  B.5 Floating-point environment
+FE_DFL_ENV             fenv.h  B.5 Floating-point environment
+FE_INEXACT             fenv.h  B.5 Floating-point environment
+FE_DOWNWARD            fenv.h  B.5 Floating-point environment
+FE_INVALID             fenv.h  B.5 Floating-point environment
+FE_TONEAREST           fenv.h  B.5 Floating-point environment
+feclearexcept  int feclearexcept(int excepts); fenv.h  B.5 Floating-point environment
+fegetexceptflag        int fegetexceptflag(fexcept_t *flagp, int excepts);     fenv.h  B.5 Floating-point environment
+feraiseexcept  int feraiseexcept(int excepts); fenv.h  B.5 Floating-point environment
+fesetexceptflag        int fesetexceptflag(const fexcept_t *flagp, int excepts);       fenv.h  B.5 Floating-point environment
+fetestexcept   int fetestexcept(int excepts);  fenv.h  B.5 Floating-point environment
+fegetround     int fegetround(void);   fenv.h  B.5 Floating-point environment
+fesetround     int fesetround(int round);      fenv.h  B.5 Floating-point environment
+fegetenv       int fegetenv(fenv_t *envp);     fenv.h  B.5 Floating-point environment
+feholdexcept   int feholdexcept(fenv_t *envp); fenv.h  B.5 Floating-point environment
+fesetenv       int fesetenv(const fenv_t *envp);       fenv.h  B.5 Floating-point environment
+feupdateenv    int feupdateenv(const fenv_t *envp);    fenv.h  B.5 Floating-point environment
+FLT_ROUNDS             float.h B.6 Characteristics of floating types
+DBL_DIG                float.h B.6 Characteristics of floating types
+FLT_MAX                float.h B.6 Characteristics of floating types
+FLT_EVAL_METHOD                float.h B.6 Characteristics of floating types
+LDBL_DIG               float.h B.6 Characteristics of floating types
+DBL_MAX                float.h B.6 Characteristics of floating types
+FLT_HAS_SUBNORM                float.h B.6 Characteristics of floating types
+FLT_MIN_EXP            float.h B.6 Characteristics of floating types
+LDBL_MAX               float.h B.6 Characteristics of floating types
+DBL_HAS_SUBNORM                float.h B.6 Characteristics of floating types
+DBL_MIN_EXP            float.h B.6 Characteristics of floating types
+FLT_EPSILON            float.h B.6 Characteristics of floating types
+LDBL_HAS_SUBNORM               float.h B.6 Characteristics of floating types
+LDBL_MIN_EXP           float.h B.6 Characteristics of floating types
+DBL_EPSILON            float.h B.6 Characteristics of floating types
+FLT_RADIX              float.h B.6 Characteristics of floating types
+FLT_MIN_10_EXP         float.h B.6 Characteristics of floating types
+LDBL_EPSILON           float.h B.6 Characteristics of floating types
+FLT_MANT_DIG           float.h B.6 Characteristics of floating types
+DBL_MIN_10_EXP         float.h B.6 Characteristics of floating types
+FLT_MIN                float.h B.6 Characteristics of floating types
+DBL_MANT_DIG           float.h B.6 Characteristics of floating types
+LDBL_MIN_10_EXP                float.h B.6 Characteristics of floating types
+DBL_MIN                float.h B.6 Characteristics of floating types
+LDBL_MANT_DIG          float.h B.6 Characteristics of floating types
+FLT_MAX_EXP            float.h B.6 Characteristics of floating types
+LDBL_MIN               float.h B.6 Characteristics of floating types
+FLT_DECIMAL_DIG                float.h B.6 Characteristics of floating types
+DBL_MAX_EXP            float.h B.6 Characteristics of floating types
+FLT_TRUE_MIN           float.h B.6 Characteristics of floating types
+DBL_DECIMAL_DIG                float.h B.6 Characteristics of floating types
+LDBL_MAX_EXP           float.h B.6 Characteristics of floating types
+DBL_TRUE_MIN           float.h B.6 Characteristics of floating types
+LDBL_DECIMAL_DIG               float.h B.6 Characteristics of floating types
+FLT_MAX_10_EXP         float.h B.6 Characteristics of floating types
+LDBL_TRUE_MIN          float.h B.6 Characteristics of floating types
+DECIMAL_DIG            float.h B.6 Characteristics of floating types
+DBL_MAX_10_EXP         float.h B.6 Characteristics of floating types
+FLT_DIG                float.h B.6 Characteristics of floating types
+LDBL_MAX_10_EXP                float.h B.6 Characteristics of floating types
+imaxdiv_t              inttypes.h      B.7 Format conversion of integer types
+PRId8          inttypes.h      B.7 Format conversion of integer types
+PRId16         inttypes.h      B.7 Format conversion of integer types
+PRId32         inttypes.h      B.7 Format conversion of integer types
+PRId64         inttypes.h      B.7 Format conversion of integer types
+PRIdLEAST8             inttypes.h      B.7 Format conversion of integer types
+PRIdLEAST16            inttypes.h      B.7 Format conversion of integer types
+PRIdLEAST32            inttypes.h      B.7 Format conversion of integer types
+PRIdLEAST64            inttypes.h      B.7 Format conversion of integer types
+PRIdFAST8              inttypes.h      B.7 Format conversion of integer types
+PRIdFAST16             inttypes.h      B.7 Format conversion of integer types
+PRIdFAST32             inttypes.h      B.7 Format conversion of integer types
+PRIdFAST64             inttypes.h      B.7 Format conversion of integer types
+PRIdMAX                inttypes.h      B.7 Format conversion of integer types
+PRIdPTR                inttypes.h      B.7 Format conversion of integer types
+PRIi8          inttypes.h      B.7 Format conversion of integer types
+PRIi16         inttypes.h      B.7 Format conversion of integer types
+PRIi32         inttypes.h      B.7 Format conversion of integer types
+PRIi64         inttypes.h      B.7 Format conversion of integer types
+PRIiLEAST8             inttypes.h      B.7 Format conversion of integer types
+PRIiLEAST16            inttypes.h      B.7 Format conversion of integer types
+PRIiLEAST32            inttypes.h      B.7 Format conversion of integer types
+PRIiLEAST64            inttypes.h      B.7 Format conversion of integer types
+PRIiFAST8              inttypes.h      B.7 Format conversion of integer types
+PRIiFAST16             inttypes.h      B.7 Format conversion of integer types
+PRIiFAST32             inttypes.h      B.7 Format conversion of integer types
+PRIiFAST64             inttypes.h      B.7 Format conversion of integer types
+PRIiMAX                inttypes.h      B.7 Format conversion of integer types
+PRIiPTR                inttypes.h      B.7 Format conversion of integer types
+PRIo8          inttypes.h      B.7 Format conversion of integer types
+PRIo16         inttypes.h      B.7 Format conversion of integer types
+PRIo32         inttypes.h      B.7 Format conversion of integer types
+PRIo64         inttypes.h      B.7 Format conversion of integer types
+PRIoLEAST8             inttypes.h      B.7 Format conversion of integer types
+PRIoLEAST16            inttypes.h      B.7 Format conversion of integer types
+PRIoLEAST32            inttypes.h      B.7 Format conversion of integer types
+PRIoLEAST64            inttypes.h      B.7 Format conversion of integer types
+PRIoFAST8              inttypes.h      B.7 Format conversion of integer types
+PRIoFAST16             inttypes.h      B.7 Format conversion of integer types
+PRIoFAST32             inttypes.h      B.7 Format conversion of integer types
+PRIoFAST64             inttypes.h      B.7 Format conversion of integer types
+PRIoMAX                inttypes.h      B.7 Format conversion of integer types
+PRIoPTR                inttypes.h      B.7 Format conversion of integer types
+PRIu8          inttypes.h      B.7 Format conversion of integer types
+PRIu16         inttypes.h      B.7 Format conversion of integer types
+PRIu32         inttypes.h      B.7 Format conversion of integer types
+PRIu64         inttypes.h      B.7 Format conversion of integer types
+PRIuLEAST8             inttypes.h      B.7 Format conversion of integer types
+PRIuLEAST16            inttypes.h      B.7 Format conversion of integer types
+PRIuLEAST32            inttypes.h      B.7 Format conversion of integer types
+PRIuLEAST64            inttypes.h      B.7 Format conversion of integer types
+PRIuFAST8              inttypes.h      B.7 Format conversion of integer types
+PRIuFAST16             inttypes.h      B.7 Format conversion of integer types
+PRIuFAST32             inttypes.h      B.7 Format conversion of integer types
+PRIuFAST64             inttypes.h      B.7 Format conversion of integer types
+PRIuMAX                inttypes.h      B.7 Format conversion of integer types
+PRIuPTR                inttypes.h      B.7 Format conversion of integer types
+PRIx8          inttypes.h      B.7 Format conversion of integer types
+PRIx16         inttypes.h      B.7 Format conversion of integer types
+PRIx32         inttypes.h      B.7 Format conversion of integer types
+PRIx64         inttypes.h      B.7 Format conversion of integer types
+PRIxLEAST8             inttypes.h      B.7 Format conversion of integer types
+PRIxLEAST16            inttypes.h      B.7 Format conversion of integer types
+PRIxLEAST32            inttypes.h      B.7 Format conversion of integer types
+PRIxLEAST64            inttypes.h      B.7 Format conversion of integer types
+PRIxFAST8              inttypes.h      B.7 Format conversion of integer types
+PRIxFAST16             inttypes.h      B.7 Format conversion of integer types
+PRIxFAST32             inttypes.h      B.7 Format conversion of integer types
+PRIxFAST64             inttypes.h      B.7 Format conversion of integer types
+PRIxMAX                inttypes.h      B.7 Format conversion of integer types
+PRIxPTR                inttypes.h      B.7 Format conversion of integer types
+PRIX8          inttypes.h      B.7 Format conversion of integer types
+PRIX16         inttypes.h      B.7 Format conversion of integer types
+PRIX32         inttypes.h      B.7 Format conversion of integer types
+PRIX64         inttypes.h      B.7 Format conversion of integer types
+PRIXLEAST8             inttypes.h      B.7 Format conversion of integer types
+PRIXLEAST16            inttypes.h      B.7 Format conversion of integer types
+PRIXLEAST32            inttypes.h      B.7 Format conversion of integer types
+PRIXLEAST64            inttypes.h      B.7 Format conversion of integer types
+PRIXFAST8              inttypes.h      B.7 Format conversion of integer types
+PRIXFAST16             inttypes.h      B.7 Format conversion of integer types
+PRIXFAST32             inttypes.h      B.7 Format conversion of integer types
+PRIXFAST64             inttypes.h      B.7 Format conversion of integer types
+PRIXMAX                inttypes.h      B.7 Format conversion of integer types
+PRIXPTR                inttypes.h      B.7 Format conversion of integer types
+SCNd8          inttypes.h      B.7 Format conversion of integer types
+SCNd16         inttypes.h      B.7 Format conversion of integer types
+SCNd32         inttypes.h      B.7 Format conversion of integer types
+SCNd64         inttypes.h      B.7 Format conversion of integer types
+SCNdLEAST8             inttypes.h      B.7 Format conversion of integer types
+SCNdLEAST16            inttypes.h      B.7 Format conversion of integer types
+SCNdLEAST32            inttypes.h      B.7 Format conversion of integer types
+SCNdLEAST64            inttypes.h      B.7 Format conversion of integer types
+SCNdFAST8              inttypes.h      B.7 Format conversion of integer types
+SCNdFAST16             inttypes.h      B.7 Format conversion of integer types
+SCNdFAST32             inttypes.h      B.7 Format conversion of integer types
+SCNdFAST64             inttypes.h      B.7 Format conversion of integer types
+SCNdMAX                inttypes.h      B.7 Format conversion of integer types
+SCNdPTR                inttypes.h      B.7 Format conversion of integer types
+SCNi8          inttypes.h      B.7 Format conversion of integer types
+SCNi16         inttypes.h      B.7 Format conversion of integer types
+SCNi32         inttypes.h      B.7 Format conversion of integer types
+SCNi64         inttypes.h      B.7 Format conversion of integer types
+SCNiLEAST8             inttypes.h      B.7 Format conversion of integer types
+SCNiLEAST16            inttypes.h      B.7 Format conversion of integer types
+SCNiLEAST32            inttypes.h      B.7 Format conversion of integer types
+SCNiLEAST64            inttypes.h      B.7 Format conversion of integer types
+SCNiFAST8              inttypes.h      B.7 Format conversion of integer types
+SCNiFAST16             inttypes.h      B.7 Format conversion of integer types
+SCNiFAST32             inttypes.h      B.7 Format conversion of integer types
+SCNiFAST64             inttypes.h      B.7 Format conversion of integer types
+SCNiMAX                inttypes.h      B.7 Format conversion of integer types
+SCNiPTR                inttypes.h      B.7 Format conversion of integer types
+SCNo8          inttypes.h      B.7 Format conversion of integer types
+SCNo16         inttypes.h      B.7 Format conversion of integer types
+SCNo32         inttypes.h      B.7 Format conversion of integer types
+SCNo64         inttypes.h      B.7 Format conversion of integer types
+SCNoLEAST8             inttypes.h      B.7 Format conversion of integer types
+SCNoLEAST16            inttypes.h      B.7 Format conversion of integer types
+SCNoLEAST32            inttypes.h      B.7 Format conversion of integer types
+SCNoLEAST64            inttypes.h      B.7 Format conversion of integer types
+SCNoFAST8              inttypes.h      B.7 Format conversion of integer types
+SCNoFAST16             inttypes.h      B.7 Format conversion of integer types
+SCNoFAST32             inttypes.h      B.7 Format conversion of integer types
+SCNoFAST64             inttypes.h      B.7 Format conversion of integer types
+SCNoMAX                inttypes.h      B.7 Format conversion of integer types
+SCNoPTR                inttypes.h      B.7 Format conversion of integer types
+SCNu8          inttypes.h      B.7 Format conversion of integer types
+SCNu16         inttypes.h      B.7 Format conversion of integer types
+SCNu32         inttypes.h      B.7 Format conversion of integer types
+SCNu64         inttypes.h      B.7 Format conversion of integer types
+SCNuLEAST8             inttypes.h      B.7 Format conversion of integer types
+SCNuLEAST16            inttypes.h      B.7 Format conversion of integer types
+SCNuLEAST32            inttypes.h      B.7 Format conversion of integer types
+SCNuLEAST64            inttypes.h      B.7 Format conversion of integer types
+SCNuFAST8              inttypes.h      B.7 Format conversion of integer types
+SCNuFAST16             inttypes.h      B.7 Format conversion of integer types
+SCNuFAST32             inttypes.h      B.7 Format conversion of integer types
+SCNuFAST64             inttypes.h      B.7 Format conversion of integer types
+SCNuMAX                inttypes.h      B.7 Format conversion of integer types
+SCNuPTR                inttypes.h      B.7 Format conversion of integer types
+SCNx8          inttypes.h      B.7 Format conversion of integer types
+SCNx16         inttypes.h      B.7 Format conversion of integer types
+SCNx32         inttypes.h      B.7 Format conversion of integer types
+SCNx64         inttypes.h      B.7 Format conversion of integer types
+SCNxLEAST8             inttypes.h      B.7 Format conversion of integer types
+SCNxLEAST16            inttypes.h      B.7 Format conversion of integer types
+SCNxLEAST32            inttypes.h      B.7 Format conversion of integer types
+SCNxLEAST64            inttypes.h      B.7 Format conversion of integer types
+SCNxFAST8              inttypes.h      B.7 Format conversion of integer types
+SCNxFAST16             inttypes.h      B.7 Format conversion of integer types
+SCNxFAST32             inttypes.h      B.7 Format conversion of integer types
+SCNxFAST64             inttypes.h      B.7 Format conversion of integer types
+SCNxMAX                inttypes.h      B.7 Format conversion of integer types
+SCNxPTR                inttypes.h      B.7 Format conversion of integer types
+imaxabs        intmax_t imaxabs(intmax_t j);   inttypes.h      B.7 Format conversion of integer types
+imaxdiv        imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);      inttypes.h      B.7 Format conversion of integer types
+strtoimax      intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);      inttypes.h      B.7 Format conversion of integer types
+strtoumax      uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);     inttypes.h      B.7 Format conversion of integer types
+wcstoimax      intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);        inttypes.h      B.7 Format conversion of integer types
+wcstoumax      uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);       inttypes.h      B.7 Format conversion of integer types
+and            iso646.h        B.8 Alternative spellings
+bitor          iso646.h        B.8 Alternative spellings
+not_eq         iso646.h        B.8 Alternative spellings
+xor            iso646.h        B.8 Alternative spellings
+and_eq         iso646.h        B.8 Alternative spellings
+compl          iso646.h        B.8 Alternative spellings
+or             iso646.h        B.8 Alternative spellings
+xor_eq         iso646.h        B.8 Alternative spellings
+bitand         iso646.h        B.8 Alternative spellings
+not            iso646.h        B.8 Alternative spellings
+or_eq          iso646.h        B.8 Alternative spellings
+CHAR_BIT               limits.h        B.9 Sizes of integer types
+CHAR_MAX               limits.h        B.9 Sizes of integer types
+INT_MIN                limits.h        B.9 Sizes of integer types
+ULONG_MAX              limits.h        B.9 Sizes of integer types
+SCHAR_MIN              limits.h        B.9 Sizes of integer types
+MB_LEN_MAX             limits.h        B.9 Sizes of integer types
+INT_MAX                limits.h        B.9 Sizes of integer types
+LLONG_MIN              limits.h        B.9 Sizes of integer types
+SCHAR_MAX              limits.h        B.9 Sizes of integer types
+SHRT_MIN               limits.h        B.9 Sizes of integer types
+UINT_MAX               limits.h        B.9 Sizes of integer types
+LLONG_MAX              limits.h        B.9 Sizes of integer types
+UCHAR_MAX              limits.h        B.9 Sizes of integer types
+SHRT_MAX               limits.h        B.9 Sizes of integer types
+LONG_MIN               limits.h        B.9 Sizes of integer types
+ULLONG_MAX             limits.h        B.9 Sizes of integer types
+CHAR_MIN               limits.h        B.9 Sizes of integer types
+USHRT_MAX              limits.h        B.9 Sizes of integer types
+LONG_MAX               limits.h        B.9 Sizes of integer types
+struct lconv           locale.h        B.10 Localization
+LC_ALL         locale.h        B.10 Localization
+LC_CTYPE               locale.h        B.10 Localization
+LC_NUMERIC             locale.h        B.10 Localization
+NULL           locale.h        B.10 Localization
+LC_COLLATE             locale.h        B.10 Localization
+LC_MONETARY            locale.h        B.10 Localization
+LC_TIME                locale.h        B.10 Localization
+setlocale      char *setlocale(int category, const char *locale);      locale.h        B.10 Localization
+localeconv     struct lconv *localeconv(void); locale.h        B.10 Localization
+float_t                math.h  B.11 Mathematics
+FP_INFINITE            math.h  B.11 Mathematics
+FP_FAST_FMAL           math.h  B.11 Mathematics
+double_t               math.h  B.11 Mathematics
+FP_NAN         math.h  B.11 Mathematics
+FP_ILOGB0              math.h  B.11 Mathematics
+HUGE_VAL               math.h  B.11 Mathematics
+FP_NORMAL              math.h  B.11 Mathematics
+FP_ILOGBNAN            math.h  B.11 Mathematics
+HUGE_VALF              math.h  B.11 Mathematics
+FP_SUBNORMAL           math.h  B.11 Mathematics
+MATH_ERRNO             math.h  B.11 Mathematics
+HUGE_VALL              math.h  B.11 Mathematics
+FP_ZERO                math.h  B.11 Mathematics
+MATH_ERREXCEPT         math.h  B.11 Mathematics
+INFINITY               math.h  B.11 Mathematics
+FP_FAST_FMA            math.h  B.11 Mathematics
+math_errhandling               math.h  B.11 Mathematics
+NAN            math.h  B.11 Mathematics
+FP_FAST_FMAF           math.h  B.11 Mathematics
+fpclassify     int fpclassify(real-floating x);        math.h  B.11 Mathematics
+isfinite       int isfinite(real-floating x);  math.h  B.11 Mathematics
+isinf  int isinf(real-floating x);     math.h  B.11 Mathematics
+isnan  int isnan(real-floating x);     math.h  B.11 Mathematics
+isnormal       int isnormal(real-floating x);  math.h  B.11 Mathematics
+signbit        int signbit(real-floating x);   math.h  B.11 Mathematics
+acos   double acos(double x);  math.h  B.11 Mathematics
+acosf  float acosf(float x);   math.h  B.11 Mathematics
+acosl  long double acosl(long double x);       math.h  B.11 Mathematics
+asin   double asin(double x);  math.h  B.11 Mathematics
+asinf  float asinf(float x);   math.h  B.11 Mathematics
+asinl  long double asinl(long double x);       math.h  B.11 Mathematics
+atan   double atan(double x);  math.h  B.11 Mathematics
+atanf  float atanf(float x);   math.h  B.11 Mathematics
+atanl  long double atanl(long double x);       math.h  B.11 Mathematics
+atan2  double atan2(double y, double x);       math.h  B.11 Mathematics
+atan2f float atan2f(float y, float x); math.h  B.11 Mathematics
+atan2l long double atan2l(long double y, long double x);       math.h  B.11 Mathematics
+cos    double cos(double x);   math.h  B.11 Mathematics
+cosf   float cosf(float x);    math.h  B.11 Mathematics
+cosl   long double cosl(long double x);        math.h  B.11 Mathematics
+sin    double sin(double x);   math.h  B.11 Mathematics
+sinf   float sinf(float x);    math.h  B.11 Mathematics
+sinl   long double sinl(long double x);        math.h  B.11 Mathematics
+tan    double tan(double x);   math.h  B.11 Mathematics
+tanf   float tanf(float x);    math.h  B.11 Mathematics
+tanl   long double tanl(long double x);        math.h  B.11 Mathematics
+acosh  double acosh(double x); math.h  B.11 Mathematics
+acoshf float acoshf(float x);  math.h  B.11 Mathematics
+acoshl long double acoshl(long double x);      math.h  B.11 Mathematics
+asinh  double asinh(double x); math.h  B.11 Mathematics
+asinhf float asinhf(float x);  math.h  B.11 Mathematics
+asinhl long double asinhl(long double x);      math.h  B.11 Mathematics
+atanh  double atanh(double x); math.h  B.11 Mathematics
+atanhf float atanhf(float x);  math.h  B.11 Mathematics
+atanhl long double atanhl(long double x);      math.h  B.11 Mathematics
+cosh   double cosh(double x);  math.h  B.11 Mathematics
+coshf  float coshf(float x);   math.h  B.11 Mathematics
+coshl  long double coshl(long double x);       math.h  B.11 Mathematics
+sinh   double sinh(double x);  math.h  B.11 Mathematics
+sinhf  float sinhf(float x);   math.h  B.11 Mathematics
+sinhl  long double sinhl(long double x);       math.h  B.11 Mathematics
+tanh   double tanh(double x);  math.h  B.11 Mathematics
+tanhf  float tanhf(float x);   math.h  B.11 Mathematics
+tanhl  long double tanhl(long double x);       math.h  B.11 Mathematics
+exp    double exp(double x);   math.h  B.11 Mathematics
+expf   float expf(float x);    math.h  B.11 Mathematics
+expl   long double expl(long double x);        math.h  B.11 Mathematics
+exp2   double exp2(double x);  math.h  B.11 Mathematics
+exp2f  float exp2f(float x);   math.h  B.11 Mathematics
+exp2l  long double exp2l(long double x);       math.h  B.11 Mathematics
+expm1  double expm1(double x); math.h  B.11 Mathematics
+expm1f float expm1f(float x);  math.h  B.11 Mathematics
+expm1l long double expm1l(long double x);      math.h  B.11 Mathematics
+frexp  double frexp(double value, int *exp);   math.h  B.11 Mathematics
+frexpf float frexpf(float value, int *exp);    math.h  B.11 Mathematics
+frexpl long double frexpl(long double value, int *exp);        math.h  B.11 Mathematics
+ilogb  int ilogb(double x);    math.h  B.11 Mathematics
+ilogbf int ilogbf(float x);    math.h  B.11 Mathematics
+ilogbl int ilogbl(long double x);      math.h  B.11 Mathematics
+ldexp  double ldexp(double x, int exp);        math.h  B.11 Mathematics
+ldexpf float ldexpf(float x, int exp); math.h  B.11 Mathematics
+ldexpl long double ldexpl(long double x, int exp);     math.h  B.11 Mathematics
+log    double log(double x);   math.h  B.11 Mathematics
+logf   float logf(float x);    math.h  B.11 Mathematics
+logl   long double logl(long double x);        math.h  B.11 Mathematics
+log10  double log10(double x); math.h  B.11 Mathematics
+log10f float log10f(float x);  math.h  B.11 Mathematics
+log10l long double log10l(long double x);      math.h  B.11 Mathematics
+log1p  double log1p(double x); math.h  B.11 Mathematics
+log1pf float log1pf(float x);  math.h  B.11 Mathematics
+log1pl long double log1pl(long double x);      math.h  B.11 Mathematics
+log2   double log2(double x);  math.h  B.11 Mathematics
+log2f  float log2f(float x);   math.h  B.11 Mathematics
+log2l  long double log2l(long double x);       math.h  B.11 Mathematics
+logb   double logb(double x);  math.h  B.11 Mathematics
+logbf  float logbf(float x);   math.h  B.11 Mathematics
+logbl  long double logbl(long double x);       math.h  B.11 Mathematics
+modf   double modf(double value, double *iptr);        math.h  B.11 Mathematics
+modff  float modff(float value, float *iptr);  math.h  B.11 Mathematics
+modfl  long double modfl(long double value, long double *iptr);        math.h  B.11 Mathematics
+scalbn double scalbn(double x, int n); math.h  B.11 Mathematics
+scalbnf        float scalbnf(float x, int n);  math.h  B.11 Mathematics
+scalbnl        long double scalbnl(long double x, int n);      math.h  B.11 Mathematics
+scalbln        double scalbln(double x, long int n);   math.h  B.11 Mathematics
+scalblnf       float scalblnf(float x, long int n);    math.h  B.11 Mathematics
+scalblnl       long double scalblnl(long double x, long int n);        math.h  B.11 Mathematics
+cbrt   double cbrt(double x);  math.h  B.11 Mathematics
+cbrtf  float cbrtf(float x);   math.h  B.11 Mathematics
+cbrtl  long double cbrtl(long double x);       math.h  B.11 Mathematics
+fabs   double fabs(double x);  math.h  B.11 Mathematics
+fabsf  float fabsf(float x);   math.h  B.11 Mathematics
+fabsl  long double fabsl(long double x);       math.h  B.11 Mathematics
+hypot  double hypot(double x, double y);       math.h  B.11 Mathematics
+hypotf float hypotf(float x, float y); math.h  B.11 Mathematics
+hypotl long double hypotl(long double x, long double y);       math.h  B.11 Mathematics
+pow    double pow(double x, double y); math.h  B.11 Mathematics
+powf   float powf(float x, float y);   math.h  B.11 Mathematics
+powl   long double powl(long double x, long double y); math.h  B.11 Mathematics
+sqrt   double sqrt(double x);  math.h  B.11 Mathematics
+sqrtf  float sqrtf(float x);   math.h  B.11 Mathematics
+sqrtl  long double sqrtl(long double x);       math.h  B.11 Mathematics
+erf    double erf(double x);   math.h  B.11 Mathematics
+erff   float erff(float x);    math.h  B.11 Mathematics
+erfl   long double erfl(long double x);        math.h  B.11 Mathematics
+erfc   double erfc(double x);  math.h  B.11 Mathematics
+erfcf  float erfcf(float x);   math.h  B.11 Mathematics
+erfcl  long double erfcl(long double x);       math.h  B.11 Mathematics
+lgamma double lgamma(double x);        math.h  B.11 Mathematics
+lgammaf        float lgammaf(float x); math.h  B.11 Mathematics
+lgammal        long double lgammal(long double x);     math.h  B.11 Mathematics
+tgamma double tgamma(double x);        math.h  B.11 Mathematics
+tgammaf        float tgammaf(float x); math.h  B.11 Mathematics
+tgammal        long double tgammal(long double x);     math.h  B.11 Mathematics
+ceil   double ceil(double x);  math.h  B.11 Mathematics
+ceilf  float ceilf(float x);   math.h  B.11 Mathematics
+ceill  long double ceill(long double x);       math.h  B.11 Mathematics
+floor  double floor(double x); math.h  B.11 Mathematics
+floorf float floorf(float x);  math.h  B.11 Mathematics
+floorl long double floorl(long double x);      math.h  B.11 Mathematics
+nearbyint      double nearbyint(double x);     math.h  B.11 Mathematics
+nearbyintf     float nearbyintf(float x);      math.h  B.11 Mathematics
+nearbyintl     long double nearbyintl(long double x);  math.h  B.11 Mathematics
+rint   double rint(double x);  math.h  B.11 Mathematics
+rintf  float rintf(float x);   math.h  B.11 Mathematics
+rintl  long double rintl(long double x);       math.h  B.11 Mathematics
+lrint  long int lrint(double x);       math.h  B.11 Mathematics
+lrintf long int lrintf(float x);       math.h  B.11 Mathematics
+lrintl long int lrintl(long double x); math.h  B.11 Mathematics
+llrint long long int llrint(double x); math.h  B.11 Mathematics
+llrintf        long long int llrintf(float x); math.h  B.11 Mathematics
+llrintl        long long int llrintl(long double x);   math.h  B.11 Mathematics
+round  double round(double x); math.h  B.11 Mathematics
+roundf float roundf(float x);  math.h  B.11 Mathematics
+roundl long double roundl(long double x);      math.h  B.11 Mathematics
+lround long int lround(double x);      math.h  B.11 Mathematics
+lroundf        long int lroundf(float x);      math.h  B.11 Mathematics
+lroundl        long int lroundl(long double x);        math.h  B.11 Mathematics
+llround        long long int llround(double x);        math.h  B.11 Mathematics
+llroundf       long long int llroundf(float x);        math.h  B.11 Mathematics
+llroundl       long long int llroundl(long double x);  math.h  B.11 Mathematics
+trunc  double trunc(double x); math.h  B.11 Mathematics
+truncf float truncf(float x);  math.h  B.11 Mathematics
+truncl long double truncl(long double x);      math.h  B.11 Mathematics
+fmod   double fmod(double x, double y);        math.h  B.11 Mathematics
+fmodf  float fmodf(float x, float y);  math.h  B.11 Mathematics
+fmodl  long double fmodl(long double x, long double y);        math.h  B.11 Mathematics
+remainder      double remainder(double x, double y);   math.h  B.11 Mathematics
+remainderf     float remainderf(float x, float y);     math.h  B.11 Mathematics
+remainderl     long double remainderl(long double x, long double y);   math.h  B.11 Mathematics
+remquo double remquo(double x, double y, int *quo);    math.h  B.11 Mathematics
+remquof        float remquof(float x, float y, int *quo);      math.h  B.11 Mathematics
+remquol        long double remquol(long double x, long double y, int *quo);    math.h  B.11 Mathematics
+copysign       double copysign(double x, double y);    math.h  B.11 Mathematics
+copysignf      float copysignf(float x, float y);      math.h  B.11 Mathematics
+copysignl      long double copysignl(long double x, long double y);    math.h  B.11 Mathematics
+nan    double nan(const char *tagp);   math.h  B.11 Mathematics
+nanf   float nanf(const char *tagp);   math.h  B.11 Mathematics
+nanl   long double nanl(const char *tagp);     math.h  B.11 Mathematics
+nextafter      double nextafter(double x, double y);   math.h  B.11 Mathematics
+nextafterf     float nextafterf(float x, float y);     math.h  B.11 Mathematics
+nextafterl     long double nextafterl(long double x, long double y);   math.h  B.11 Mathematics
+nexttoward     double nexttoward(double x, long double y);     math.h  B.11 Mathematics
+nexttowardf    float nexttowardf(float x, long double y);      math.h  B.11 Mathematics
+nexttowardl    long double nexttowardl(long double x, long double y);  math.h  B.11 Mathematics
+fdim   double fdim(double x, double y);        math.h  B.11 Mathematics
+fdimf  float fdimf(float x, float y);  math.h  B.11 Mathematics
+fdiml  long double fdiml(long double x, long double y);        math.h  B.11 Mathematics
+fmax   double fmax(double x, double y);        math.h  B.11 Mathematics
+fmaxf  float fmaxf(float x, float y);  math.h  B.11 Mathematics
+fmaxl  long double fmaxl(long double x, long double y);        math.h  B.11 Mathematics
+fmin   double fmin(double x, double y);        math.h  B.11 Mathematics
+fminf  float fminf(float x, float y);  math.h  B.11 Mathematics
+fminl  long double fminl(long double x, long double y);        math.h  B.11 Mathematics
+fma    double fma(double x, double y, double z);       math.h  B.11 Mathematics
+fmaf   float fmaf(float x, float y, float z);  math.h  B.11 Mathematics
+fmal   long double fmal(long double x, long double y, long double z);  math.h  B.11 Mathematics
+isgreater      int isgreater(real-floating x, real-floating y);        math.h  B.11 Mathematics
+isgreaterequal int isgreaterequal(real-floating x, real-floating y);   math.h  B.11 Mathematics
+isless int isless(real-floating x, real-floating y);   math.h  B.11 Mathematics
+islessequal    int islessequal(real-floating x, real-floating y);      math.h  B.11 Mathematics
+islessgreater  int islessgreater(real-floating x, real-floating y);    math.h  B.11 Mathematics
+isunordered    int isunordered(real-floating x, real-floating y);      math.h  B.11 Mathematics
+jmp_buf                setjmp.h        B.12 Nonlocal jumps
+setjmp int setjmp(jmp_buf env);        setjmp.h        B.12 Nonlocal jumps
+longjmp        _Noreturn void longjmp(jmp_buf env, int val);   setjmp.h        B.12 Nonlocal jumps
+sig_atomic_t           signal.h        B.13 Signal handling
+SIG_IGN                signal.h        B.13 Signal handling
+SIGILL         signal.h        B.13 Signal handling
+SIGTERM                signal.h        B.13 Signal handling
+SIG_DFL                signal.h        B.13 Signal handling
+SIGABRT                signal.h        B.13 Signal handling
+SIGINT         signal.h        B.13 Signal handling
+SIG_ERR                signal.h        B.13 Signal handling
+SIGFPE         signal.h        B.13 Signal handling
+SIGSEGV                signal.h        B.13 Signal handling
+signal void (*signal(int sig, void (*func)(int)))(int);        signal.h        B.13 Signal handling
+raise  int raise(int sig);     signal.h        B.13 Signal handling
+alignas                stdalign.h      B.14 Alignment
+__alignas_is_defined           stdalign.h      B.14 Alignment
+va_list                stdarg.h        B.15 Variable arguments
+va_arg type va_arg(va_list ap, type);  stdarg.h        B.15 Variable arguments
+va_copy        void va_copy(va_list dest, va_list src);        stdarg.h        B.15 Variable arguments
+va_end void va_end(va_list ap);        stdarg.h        B.15 Variable arguments
+va_start       void va_start(va_list ap, parmN);       stdarg.h        B.15 Variable arguments
+ATOMIC_BOOL_LOCK_FREE          stdatomic.h     B.16 Atomics
+atomic_uint            stdatomic.h     B.16 Atomics
+ATOMIC_CHAR_LOCK_FREE          stdatomic.h     B.16 Atomics
+atomic_long            stdatomic.h     B.16 Atomics
+ATOMIC_CHAR16_T_LOCK_FREE              stdatomic.h     B.16 Atomics
+atomic_ulong           stdatomic.h     B.16 Atomics
+ATOMIC_CHAR32_T_LOCK_FREE              stdatomic.h     B.16 Atomics
+atomic_llong           stdatomic.h     B.16 Atomics
+ATOMIC_WCHAR_T_LOCK_FREE               stdatomic.h     B.16 Atomics
+atomic_ullong          stdatomic.h     B.16 Atomics
+ATOMIC_SHORT_LOCK_FREE         stdatomic.h     B.16 Atomics
+atomic_char16_t                stdatomic.h     B.16 Atomics
+ATOMIC_INT_LOCK_FREE           stdatomic.h     B.16 Atomics
+atomic_char32_t                stdatomic.h     B.16 Atomics
+ATOMIC_LONG_LOCK_FREE          stdatomic.h     B.16 Atomics
+atomic_wchar_t         stdatomic.h     B.16 Atomics
+ATOMIC_LLONG_LOCK_FREE         stdatomic.h     B.16 Atomics
+atomic_int_least8_t            stdatomic.h     B.16 Atomics
+ATOMIC_POINTER_LOCK_FREE               stdatomic.h     B.16 Atomics
+atomic_uint_least8_t           stdatomic.h     B.16 Atomics
+ATOMIC_FLAG_INIT               stdatomic.h     B.16 Atomics
+atomic_int_least16_t           stdatomic.h     B.16 Atomics
+memory_order           stdatomic.h     B.16 Atomics
+atomic_uint_least16_t          stdatomic.h     B.16 Atomics
+atomic_flag            stdatomic.h     B.16 Atomics
+atomic_int_least32_t           stdatomic.h     B.16 Atomics
+memory_order_relaxed           stdatomic.h     B.16 Atomics
+atomic_uint_least32_t          stdatomic.h     B.16 Atomics
+memory_order_consume           stdatomic.h     B.16 Atomics
+atomic_int_least64_t           stdatomic.h     B.16 Atomics
+memory_order_acquire           stdatomic.h     B.16 Atomics
+atomic_uint_least64_t          stdatomic.h     B.16 Atomics
+memory_order_release           stdatomic.h     B.16 Atomics
+atomic_int_fast8_t             stdatomic.h     B.16 Atomics
+memory_order_acq_rel           stdatomic.h     B.16 Atomics
+atomic_uint_fast8_t            stdatomic.h     B.16 Atomics
+memory_order_seq_cst           stdatomic.h     B.16 Atomics
+atomic_int_fast16_t            stdatomic.h     B.16 Atomics
+atomic_bool            stdatomic.h     B.16 Atomics
+atomic_uint_fast16_t           stdatomic.h     B.16 Atomics
+atomic_char            stdatomic.h     B.16 Atomics
+atomic_int_fast32_t            stdatomic.h     B.16 Atomics
+atomic_schar           stdatomic.h     B.16 Atomics
+atomic_uint_fast32_t           stdatomic.h     B.16 Atomics
+atomic_uchar           stdatomic.h     B.16 Atomics
+atomic_int_fast64_t            stdatomic.h     B.16 Atomics
+atomic_short           stdatomic.h     B.16 Atomics
+atomic_uint_fast64_t           stdatomic.h     B.16 Atomics
+atomic_ushort          stdatomic.h     B.16 Atomics
+atomic_intptr_t                stdatomic.h     B.16 Atomics
+atomic_int             stdatomic.h     B.16 Atomics
+atomic_uintptr_t               stdatomic.h     B.16 Atomics
+atomic_size_t          stdatomic.h     B.16 Atomics
+atomic_intmax_t                stdatomic.h     B.16 Atomics
+atomic_ptrdiff_t               stdatomic.h     B.16 Atomics
+atomic_uintmax_t               stdatomic.h     B.16 Atomics
+ATOMIC_VAR_INIT        ATOMIC_VAR_INIT(C value)        stdatomic.h     B.16 Atomics
+atomic_init    void atomic_init(volatile A *obj, C value);     stdatomic.h     B.16 Atomics
+kill_dependency        type kill_dependency(type y);   stdatomic.h     B.16 Atomics
+atomic_thread_fence    void atomic_thread_fence(memory_order order);   stdatomic.h     B.16 Atomics
+atomic_signal_fence    void atomic_signal_fence(memory_order order);   stdatomic.h     B.16 Atomics
+atomic_is_lock_free    _Bool atomic_is_lock_free(const volatile A *obj);       stdatomic.h     B.16 Atomics
+atomic_store   void atomic_store(volatile A *object, C desired);       stdatomic.h     B.16 Atomics
+atomic_store_explicit  void atomic_store_explicit(volatile A *object, C desired, memory_order order);  stdatomic.h     B.16 Atomics
+atomic_load    C atomic_load(volatile A *object);      stdatomic.h     B.16 Atomics
+atomic_load_explicit   C atomic_load_explicit(volatile A *object, memory_order order); stdatomic.h     B.16 Atomics
+atomic_exchange        C atomic_exchange(volatile A *object, C desired);       stdatomic.h     B.16 Atomics
+atomic_exchange_explicit       C atomic_exchange_explicit(volatile A *object, C desired, memory_order order);  stdatomic.h     B.16 Atomics
+atomic_compare_exchange_strong _Bool atomic_compare_exchange_strong(volatile A *object, C *expected, C desired);       stdatomic.h     B.16 Atomics
+atomic_compare_exchange_strong_explicit        _Bool atomic_compare_exchange_strong_explicit(volatile A *object, C *expected, C desired, memory_order success, memory_order failure);  stdatomic.h     B.16 Atomics
+atomic_compare_exchange_weak   _Bool atomic_compare_exchange_weak(volatile A *object, C *expected, C desired); stdatomic.h     B.16 Atomics
+atomic_compare_exchange_weak_explicit  _Bool atomic_compare_exchange_weak_explicit(volatile A *object, C *expected, C desired, memory_order success, memory_order failure);    stdatomic.h     B.16 Atomics
+atomic_fetch_key       C atomic_fetch_key(volatile A *object, M operand);      stdatomic.h     B.16 Atomics
+atomic_fetch_key_explicit      C atomic_fetch_key_explicit(volatile A *object, M operand, memory_order order); stdatomic.h     B.16 Atomics
+atomic_flag_test_and_set       _Bool atomic_flag_test_and_set(volatile atomic_flag *object);   stdatomic.h     B.16 Atomics
+atomic_flag_test_and_set_explicit      _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object, memory_order order);      stdatomic.h     B.16 Atomics
+atomic_flag_clear      void atomic_flag_clear(volatile atomic_flag *object);   stdatomic.h     B.16 Atomics
+atomic_flag_clear_explicit     void atomic_flag_clear_explicit(volatile atomic_flag *object, memory_order order);      stdatomic.h     B.16 Atomics
+bool           stdbool.h       B.17 Boolean type and values
+true           stdbool.h       B.17 Boolean type and values
+false          stdbool.h       B.17 Boolean type and values
+__bool_true_false_are_defined          stdbool.h       B.17 Boolean type and values
+ptrdiff_t              stddef.h        B.18 Common definitions
+max_align_t            stddef.h        B.18 Common definitions
+NULL           stddef.h        B.18 Common definitions
+size_t         stddef.h        B.18 Common definitions
+wchar_t                stddef.h        B.18 Common definitions
+offsetof       offsetof(type, member-designator)       stddef.h        B.18 Common definitions
+rsize_t                stddef.h        B.18 Common definitions
+int8_t         stdint.h        B.19 Integer types
+int16_t                stdint.h        B.19 Integer types
+int32_t                stdint.h        B.19 Integer types
+int64_t                stdint.h        B.19 Integer types
+INT_LEAST8_MIN         stdint.h        B.19 Integer types
+INT_LEAST16_MIN                stdint.h        B.19 Integer types
+INT_LEAST32_MIN                stdint.h        B.19 Integer types
+INT_LEAST64_MIN                stdint.h        B.19 Integer types
+PTRDIFF_MAX            stdint.h        B.19 Integer types
+uint8_t                stdint.h        B.19 Integer types
+uint16_t               stdint.h        B.19 Integer types
+uint32_t               stdint.h        B.19 Integer types
+uint64_t               stdint.h        B.19 Integer types
+INT_LEAST8_MAX         stdint.h        B.19 Integer types
+INT_LEAST16_MAX                stdint.h        B.19 Integer types
+INT_LEAST32_MAX                stdint.h        B.19 Integer types
+INT_LEAST64_MAX                stdint.h        B.19 Integer types
+SIG_ATOMIC_MIN         stdint.h        B.19 Integer types
+int_least8_t           stdint.h        B.19 Integer types
+int_least16_t          stdint.h        B.19 Integer types
+int_least32_t          stdint.h        B.19 Integer types
+int_least64_t          stdint.h        B.19 Integer types
+UINT_LEAST8_MAX                stdint.h        B.19 Integer types
+UINT_LEAST16_MAX               stdint.h        B.19 Integer types
+UINT_LEAST32_MAX               stdint.h        B.19 Integer types
+UINT_LEAST64_MAX               stdint.h        B.19 Integer types
+SIG_ATOMIC_MAX         stdint.h        B.19 Integer types
+uint_least8_t          stdint.h        B.19 Integer types
+uint_least16_t         stdint.h        B.19 Integer types
+uint_least32_t         stdint.h        B.19 Integer types
+uint_least64_t         stdint.h        B.19 Integer types
+INT_FAST8_MIN          stdint.h        B.19 Integer types
+INT_FAST16_MIN         stdint.h        B.19 Integer types
+INT_FAST32_MIN         stdint.h        B.19 Integer types
+INT_FAST64_MIN         stdint.h        B.19 Integer types
+SIZE_MAX               stdint.h        B.19 Integer types
+int_fast8_t            stdint.h        B.19 Integer types
+int_fast16_t           stdint.h        B.19 Integer types
+int_fast32_t           stdint.h        B.19 Integer types
+int_fast64_t           stdint.h        B.19 Integer types
+INT_FAST8_MAX          stdint.h        B.19 Integer types
+INT_FAST16_MAX         stdint.h        B.19 Integer types
+INT_FAST32_MAX         stdint.h        B.19 Integer types
+INT_FAST64_MAX         stdint.h        B.19 Integer types
+WCHAR_MIN              stdint.h        B.19 Integer types
+uint_fast8_t           stdint.h        B.19 Integer types
+uint_fast16_t          stdint.h        B.19 Integer types
+uint_fast32_t          stdint.h        B.19 Integer types
+uint_fast64_t          stdint.h        B.19 Integer types
+UINT_FAST8_MAX         stdint.h        B.19 Integer types
+UINT_FAST16_MAX                stdint.h        B.19 Integer types
+UINT_FAST32_MAX                stdint.h        B.19 Integer types
+UINT_FAST64_MAX                stdint.h        B.19 Integer types
+WCHAR_MAX              stdint.h        B.19 Integer types
+intptr_t               stdint.h        B.19 Integer types
+INTPTR_MIN             stdint.h        B.19 Integer types
+WINT_MIN               stdint.h        B.19 Integer types
+uintptr_t              stdint.h        B.19 Integer types
+INTPTR_MAX             stdint.h        B.19 Integer types
+WINT_MAX               stdint.h        B.19 Integer types
+intmax_t               stdint.h        B.19 Integer types
+UINTPTR_MAX            stdint.h        B.19 Integer types
+INT8_C INT8_C(value)   stdint.h        B.19 Integer types
+INT16_C        INT16_C(value)  stdint.h        B.19 Integer types
+INT32_C        INT32_C(value)  stdint.h        B.19 Integer types
+INT64_C        INT64_C(value)  stdint.h        B.19 Integer types
+uintmax_t              stdint.h        B.19 Integer types
+INTMAX_MIN             stdint.h        B.19 Integer types
+UINT8_C        UINT8_C(value)  stdint.h        B.19 Integer types
+UINT16_C       UINT16_C(value) stdint.h        B.19 Integer types
+UINT32_C       UINT32_C(value) stdint.h        B.19 Integer types
+UINT64_C       UINT64_C(value) stdint.h        B.19 Integer types
+INT8_MIN               stdint.h        B.19 Integer types
+INT16_MIN              stdint.h        B.19 Integer types
+INT32_MIN              stdint.h        B.19 Integer types
+INT64_MIN              stdint.h        B.19 Integer types
+INTMAX_MAX             stdint.h        B.19 Integer types
+INTMAX_C       INTMAX_C(value) stdint.h        B.19 Integer types
+INT8_MAX               stdint.h        B.19 Integer types
+INT16_MAX              stdint.h        B.19 Integer types
+INT32_MAX              stdint.h        B.19 Integer types
+INT64_MAX              stdint.h        B.19 Integer types
+UINTMAX_MAX            stdint.h        B.19 Integer types
+UINTMAX_C      UINTMAX_C(value)        stdint.h        B.19 Integer types
+UINT8_MAX              stdint.h        B.19 Integer types
+UINT16_MAX             stdint.h        B.19 Integer types
+UINT32_MAX             stdint.h        B.19 Integer types
+UINT64_MAX             stdint.h        B.19 Integer types
+PTRDIFF_MIN            stdint.h        B.19 Integer types
+RSIZE_MAX              stdint.h        B.19 Integer types
+size_t         stdio.h B.20 Input/output
+_IOLBF         stdio.h B.20 Input/output
+FILENAME_MAX           stdio.h B.20 Input/output
+TMP_MAX                stdio.h B.20 Input/output
+FILE           stdio.h B.20 Input/output
+_IONBF         stdio.h B.20 Input/output
+L_tmpnam               stdio.h B.20 Input/output
+stderr         stdio.h B.20 Input/output
+fpos_t         stdio.h B.20 Input/output
+BUFSIZ         stdio.h B.20 Input/output
+SEEK_CUR               stdio.h B.20 Input/output
+stdin          stdio.h B.20 Input/output
+NULL           stdio.h B.20 Input/output
+EOF            stdio.h B.20 Input/output
+SEEK_END               stdio.h B.20 Input/output
+stdout         stdio.h B.20 Input/output
+_IOFBF         stdio.h B.20 Input/output
+FOPEN_MAX              stdio.h B.20 Input/output
+SEEK_SET               stdio.h B.20 Input/output
+remove int remove(const char *filename);       stdio.h B.20 Input/output
+rename int rename(const char *old, const char *new);   stdio.h B.20 Input/output
+tmpfile        FILE *tmpfile(void);    stdio.h B.20 Input/output
+tmpnam char *tmpnam(char *s);  stdio.h B.20 Input/output
+fclose int fclose(FILE *stream);       stdio.h B.20 Input/output
+fflush int fflush(FILE *stream);       stdio.h B.20 Input/output
+fopen  FILE *fopen(const char * restrict filename, const char * restrict mode);        stdio.h B.20 Input/output
+freopen        FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);      stdio.h B.20 Input/output
+setbuf void setbuf(FILE * restrict stream, char * restrict buf);       stdio.h B.20 Input/output
+setvbuf        int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);        stdio.h B.20 Input/output
+fprintf        int fprintf(FILE * restrict stream, const char * restrict format, ...); stdio.h B.20 Input/output
+fscanf int fscanf(FILE * restrict stream, const char * restrict format, ...);  stdio.h B.20 Input/output
+printf int printf(const char * restrict format, ...);  stdio.h B.20 Input/output
+scanf  int scanf(const char * restrict format, ...);   stdio.h B.20 Input/output
+snprintf       int snprintf(char * restrict s, size_t n, const char * restrict format, ...);   stdio.h B.20 Input/output
+sprintf        int sprintf(char * restrict s, const char * restrict format, ...);      stdio.h B.20 Input/output
+sscanf int sscanf(const char * restrict s, const char * restrict format, ...); stdio.h B.20 Input/output
+vfprintf       int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);        stdio.h B.20 Input/output
+vfscanf        int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg); stdio.h B.20 Input/output
+vprintf        int vprintf(const char * restrict format, va_list arg); stdio.h B.20 Input/output
+vscanf int vscanf(const char * restrict format, va_list arg);  stdio.h B.20 Input/output
+vsnprintf      int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);  stdio.h B.20 Input/output
+vsprintf       int vsprintf(char * restrict s, const char * restrict format, va_list arg);     stdio.h B.20 Input/output
+vsscanf        int vsscanf(const char * restrict s, const char * restrict format, va_list arg);        stdio.h B.20 Input/output
+fgetc  int fgetc(FILE *stream);        stdio.h B.20 Input/output
+fgets  char *fgets(char * restrict s, int n, FILE * restrict stream);  stdio.h B.20 Input/output
+fputc  int fputc(int c, FILE *stream); stdio.h B.20 Input/output
+fputs  int fputs(const char * restrict s, FILE * restrict stream);     stdio.h B.20 Input/output
+getc   int getc(FILE *stream); stdio.h B.20 Input/output
+getchar        int getchar(void);      stdio.h B.20 Input/output
+putc   int putc(int c, FILE *stream);  stdio.h B.20 Input/output
+putchar        int putchar(int c);     stdio.h B.20 Input/output
+puts   int puts(const char *s);        stdio.h B.20 Input/output
+ungetc int ungetc(int c, FILE *stream);        stdio.h B.20 Input/output
+fread  size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);   stdio.h B.20 Input/output
+fwrite size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);    stdio.h B.20 Input/output
+fgetpos        int fgetpos(FILE * restrict stream, fpos_t * restrict pos);     stdio.h B.20 Input/output
+fseek  int fseek(FILE *stream, long int offset, int whence);   stdio.h B.20 Input/output
+fsetpos        int fsetpos(FILE *stream, const fpos_t *pos);   stdio.h B.20 Input/output
+ftell  long int ftell(FILE *stream);   stdio.h B.20 Input/output
+rewind void rewind(FILE *stream);      stdio.h B.20 Input/output
+clearerr       void clearerr(FILE *stream);    stdio.h B.20 Input/output
+feof   int feof(FILE *stream); stdio.h B.20 Input/output
+ferror int ferror(FILE *stream);       stdio.h B.20 Input/output
+perror void perror(const char *s);     stdio.h B.20 Input/output
+L_tmpnam_s             stdio.h B.20 Input/output
+TMP_MAX_S              stdio.h B.20 Input/output
+errno_t                stdio.h B.20 Input/output
+rsize_t                stdio.h B.20 Input/output
+tmpfile_s      errno_t tmpfile_s(FILE * restrict * restrict streamptr);        stdio.h B.20 Input/output
+tmpnam_s       errno_t tmpnam_s(char *s, rsize_t maxsize);     stdio.h B.20 Input/output
+fopen_s        errno_t fopen_s(FILE * restrict * restrict streamptr, const char * restrict filename, const char * restrict mode);      stdio.h B.20 Input/output
+freopen_s      errno_t freopen_s(FILE * restrict * restrict newstreamptr, const char * restrict filename, const char * restrict mode, FILE * restrict stream); stdio.h B.20 Input/output
+fprintf_s      int fprintf_s(FILE * restrict stream, const char * restrict format, ...);       stdio.h B.20 Input/output
+fscanf_s       int fscanf_s(FILE * restrict stream, const char * restrict format, ...);        stdio.h B.20 Input/output
+printf_s       int printf_s(const char * restrict format, ...);        stdio.h B.20 Input/output
+scanf_s        int scanf_s(const char * restrict format, ...); stdio.h B.20 Input/output
+snprintf_s     int snprintf_s(char * restrict s, rsize_t n, const char * restrict format, ...);        stdio.h B.20 Input/output
+sprintf_s      int sprintf_s(char * restrict s, rsize_t n, const char * restrict format, ...); stdio.h B.20 Input/output
+sscanf_s       int sscanf_s(const char * restrict s, const char * restrict format, ...);       stdio.h B.20 Input/output
+vfprintf_s     int vfprintf_s(FILE * restrict stream, const char * restrict format, va_list arg);      stdio.h B.20 Input/output
+vfscanf_s      int vfscanf_s(FILE * restrict stream, const char * restrict format, va_list arg);       stdio.h B.20 Input/output
+vprintf_s      int vprintf_s(const char * restrict format, va_list arg);       stdio.h B.20 Input/output
+vscanf_s       int vscanf_s(const char * restrict format, va_list arg);        stdio.h B.20 Input/output
+vsnprintf_s    int vsnprintf_s(char * restrict s, rsize_t n, const char * restrict format, va_list arg);       stdio.h B.20 Input/output
+vsprintf_s     int vsprintf_s(char * restrict s, rsize_t n, const char * restrict format, va_list arg);        stdio.h B.20 Input/output
+vsscanf_s      int vsscanf_s(const char * restrict s, const char * restrict format, va_list arg);      stdio.h B.20 Input/output
+gets_s char *gets_s(char *s, rsize_t n);       stdio.h B.20 Input/output
+size_t         stdlib.h        B.21 General utilities
+ldiv_t         stdlib.h        B.21 General utilities
+EXIT_FAILURE           stdlib.h        B.21 General utilities
+MB_CUR_MAX             stdlib.h        B.21 General utilities
+wchar_t                stdlib.h        B.21 General utilities
+lldiv_t                stdlib.h        B.21 General utilities
+EXIT_SUCCESS           stdlib.h        B.21 General utilities
+div_t          stdlib.h        B.21 General utilities
+NULL           stdlib.h        B.21 General utilities
+RAND_MAX               stdlib.h        B.21 General utilities
+atof   double atof(const char *nptr);  stdlib.h        B.21 General utilities
+atoi   int atoi(const char *nptr);     stdlib.h        B.21 General utilities
+atol   long int atol(const char *nptr);        stdlib.h        B.21 General utilities
+atoll  long long int atoll(const char *nptr);  stdlib.h        B.21 General utilities
+strtod double strtod(const char * restrict nptr, char ** restrict endptr);     stdlib.h        B.21 General utilities
+strtof float strtof(const char * restrict nptr, char ** restrict endptr);      stdlib.h        B.21 General utilities
+strtold        long double strtold(const char * restrict nptr, char ** restrict endptr);       stdlib.h        B.21 General utilities
+strtol long int strtol(const char * restrict nptr, char ** restrict endptr, int base); stdlib.h        B.21 General utilities
+strtoll        long long int strtoll(const char * restrict nptr, char ** restrict endptr, int base);   stdlib.h        B.21 General utilities
+strtoul        unsigned long int strtoul(const char * restrict nptr, char ** restrict endptr, int base);       stdlib.h        B.21 General utilities
+strtoull       unsigned long long int strtoull(const char * restrict nptr, char ** restrict endptr, int base); stdlib.h        B.21 General utilities
+rand   int rand(void); stdlib.h        B.21 General utilities
+srand  void srand(unsigned int seed);  stdlib.h        B.21 General utilities
+aligned_alloc  void *aligned_alloc(size_t alignment, size_t size);     stdlib.h        B.21 General utilities
+calloc void *calloc(size_t nmemb, size_t size);        stdlib.h        B.21 General utilities
+free   void free(void *ptr);   stdlib.h        B.21 General utilities
+malloc void *malloc(size_t size);      stdlib.h        B.21 General utilities
+realloc        void *realloc(void *ptr, size_t size);  stdlib.h        B.21 General utilities
+abort  _Noreturn void abort(void);     stdlib.h        B.21 General utilities
+atexit int atexit(void (*func)(void)); stdlib.h        B.21 General utilities
+at_quick_exit  int at_quick_exit(void (*func)(void));  stdlib.h        B.21 General utilities
+exit   _Noreturn void exit(int status);        stdlib.h        B.21 General utilities
+_Exit  _Noreturn void _Exit(int status);       stdlib.h        B.21 General utilities
+getenv char *getenv(const char *name); stdlib.h        B.21 General utilities
+quick_exit     _Noreturn void quick_exit(int status);  stdlib.h        B.21 General utilities
+system int system(const char *string); stdlib.h        B.21 General utilities
+bsearch        void *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); stdlib.h        B.21 General utilities
+qsort  void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));   stdlib.h        B.21 General utilities
+abs    int abs(int j); stdlib.h        B.21 General utilities
+labs   long int labs(long int j);      stdlib.h        B.21 General utilities
+llabs  long long int llabs(long long int j);   stdlib.h        B.21 General utilities
+div    div_t div(int numer, int denom);        stdlib.h        B.21 General utilities
+ldiv   ldiv_t ldiv(long int numer, long int denom);    stdlib.h        B.21 General utilities
+lldiv  lldiv_t lldiv(long long int numer, long long int denom);        stdlib.h        B.21 General utilities
+mblen  int mblen(const char *s, size_t n);     stdlib.h        B.21 General utilities
+mbtowc int mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);  stdlib.h        B.21 General utilities
+wctomb int wctomb(char *s, wchar_t wchar);     stdlib.h        B.21 General utilities
+mbstowcs       size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);    stdlib.h        B.21 General utilities
+wcstombs       size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);    stdlib.h        B.21 General utilities
+errno_t                stdlib.h        B.21 General utilities
+rsize_t                stdlib.h        B.21 General utilities
+constraint_handler_t           stdlib.h        B.21 General utilities
+set_constraint_handler_s       constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);    stdlib.h        B.21 General utilities
+abort_handler_s        void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error);    stdlib.h        B.21 General utilities
+ignore_handler_s       void ignore_handler_s(const char * restrict msg, void * restrict ptr, errno_t error);   stdlib.h        B.21 General utilities
+getenv_s       errno_t getenv_s(size_t * restrict len, char * restrict value, rsize_t maxsize, const char * restrict name);    stdlib.h        B.21 General utilities
+bsearch_s      void *bsearch_s(const void *key, const void *base, rsize_t nmemb, rsize_t size, int (*compar)(const void *k, const void *y, void *context), void *context);     stdlib.h        B.21 General utilities
+qsort_s        errno_t qsort_s(void *base, rsize_t nmemb, rsize_t size, int (*compar)(const void *x, const void *y, void *context), void *context);    stdlib.h        B.21 General utilities
+wctomb_s       errno_t wctomb_s(int * restrict status, char * restrict s, rsize_t smax, wchar_t wc);   stdlib.h        B.21 General utilities
+mbstowcs_s     errno_t mbstowcs_s(size_t * restrict retval, wchar_t * restrict dst, rsize_t dstmax, const char * restrict src, rsize_t len);   stdlib.h        B.21 General utilities
+wcstombs_s     errno_t wcstombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t * restrict src, rsize_t len);   stdlib.h        B.21 General utilities
+noreturn               stdnoreturn.h   B.22 _Noreturn
+size_t         string.h        B.23 String handling
+NULL           string.h        B.23 String handling
+memcpy void *memcpy(void * restrict s1, const void * restrict s2, size_t n);   string.h        B.23 String handling
+memmove        void *memmove(void *s1, const void *s2, size_t n);      string.h        B.23 String handling
+strcpy char *strcpy(char * restrict s1, const char * restrict s2);     string.h        B.23 String handling
+strncpy        char *strncpy(char * restrict s1, const char * restrict s2, size_t n);  string.h        B.23 String handling
+strcat char *strcat(char * restrict s1, const char * restrict s2);     string.h        B.23 String handling
+strncat        char *strncat(char * restrict s1, const char * restrict s2, size_t n);  string.h        B.23 String handling
+memcmp int memcmp(const void *s1, const void *s2, size_t n);   string.h        B.23 String handling
+strcmp int strcmp(const char *s1, const char *s2);     string.h        B.23 String handling
+strcoll        int strcoll(const char *s1, const char *s2);    string.h        B.23 String handling
+strncmp        int strncmp(const char *s1, const char *s2, size_t n);  string.h        B.23 String handling
+strxfrm        size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n); string.h        B.23 String handling
+memchr void *memchr(const void *s, int c, size_t n);   string.h        B.23 String handling
+strchr char *strchr(const char *s, int c);     string.h        B.23 String handling
+strcspn        size_t strcspn(const char *s1, const char *s2); string.h        B.23 String handling
+strpbrk        char *strpbrk(const char *s1, const char *s2);  string.h        B.23 String handling
+strrchr        char *strrchr(const char *s, int c);    string.h        B.23 String handling
+strspn size_t strspn(const char *s1, const char *s2);  string.h        B.23 String handling
+strstr char *strstr(const char *s1, const char *s2);   string.h        B.23 String handling
+strtok char *strtok(char * restrict s1, const char * restrict s2);     string.h        B.23 String handling
+memset void *memset(void *s, int c, size_t n); string.h        B.23 String handling
+strerror       char *strerror(int errnum);     string.h        B.23 String handling
+strlen size_t strlen(const char *s);   string.h        B.23 String handling
+errno_t                string.h        B.23 String handling
+rsize_t                string.h        B.23 String handling
+memcpy_s       errno_t memcpy_s(void * restrict s1, rsize_t s1max, const void * restrict s2, rsize_t n);       string.h        B.23 String handling
+memmove_s      errno_t memmove_s(void *s1, rsize_t s1max, const void *s2, rsize_t n);  string.h        B.23 String handling
+strcpy_s       errno_t strcpy_s(char * restrict s1, rsize_t s1max, const char * restrict s2);  string.h        B.23 String handling
+strncpy_s      errno_t strncpy_s(char * restrict s1, rsize_t s1max, const char * restrict s2, rsize_t n);      string.h        B.23 String handling
+strcat_s       errno_t strcat_s(char * restrict s1, rsize_t s1max, const char * restrict s2);  string.h        B.23 String handling
+strncat_s      errno_t strncat_s(char * restrict s1, rsize_t s1max, const char * restrict s2, rsize_t n);      string.h        B.23 String handling
+strtok_s       char *strtok_s(char * restrict s1, rsize_t * restrict s1max, const char * restrict s2, char ** restrict ptr);   string.h        B.23 String handling
+memset_s       errno_t memset_s(void *s, rsize_t smax, int c, rsize_t n)       string.h        B.23 String handling
+strerror_s     errno_t strerror_s(char *s, rsize_t maxsize, errno_t errnum);   string.h        B.23 String handling
+strerrorlen_s  size_t strerrorlen_s(errno_t errnum);   string.h        B.23 String handling
+strnlen_s      size_t strnlen_s(const char *s, size_t maxsize);        string.h        B.23 String handling
+acos           tgmath.h        B.24 Type-generic math
+sqrt           tgmath.h        B.24 Type-generic math
+fmod           tgmath.h        B.24 Type-generic math
+nextafter              tgmath.h        B.24 Type-generic math
+asin           tgmath.h        B.24 Type-generic math
+fabs           tgmath.h        B.24 Type-generic math
+frexp          tgmath.h        B.24 Type-generic math
+nexttoward             tgmath.h        B.24 Type-generic math
+atan           tgmath.h        B.24 Type-generic math
+atan2          tgmath.h        B.24 Type-generic math
+hypot          tgmath.h        B.24 Type-generic math
+remainder              tgmath.h        B.24 Type-generic math
+acosh          tgmath.h        B.24 Type-generic math
+cbrt           tgmath.h        B.24 Type-generic math
+ilogb          tgmath.h        B.24 Type-generic math
+remquo         tgmath.h        B.24 Type-generic math
+asinh          tgmath.h        B.24 Type-generic math
+ceil           tgmath.h        B.24 Type-generic math
+ldexp          tgmath.h        B.24 Type-generic math
+rint           tgmath.h        B.24 Type-generic math
+atanh          tgmath.h        B.24 Type-generic math
+copysign               tgmath.h        B.24 Type-generic math
+lgamma         tgmath.h        B.24 Type-generic math
+round          tgmath.h        B.24 Type-generic math
+cos            tgmath.h        B.24 Type-generic math
+erf            tgmath.h        B.24 Type-generic math
+llrint         tgmath.h        B.24 Type-generic math
+scalbn         tgmath.h        B.24 Type-generic math
+sin            tgmath.h        B.24 Type-generic math
+erfc           tgmath.h        B.24 Type-generic math
+llround                tgmath.h        B.24 Type-generic math
+scalbln                tgmath.h        B.24 Type-generic math
+tan            tgmath.h        B.24 Type-generic math
+exp2           tgmath.h        B.24 Type-generic math
+log10          tgmath.h        B.24 Type-generic math
+tgamma         tgmath.h        B.24 Type-generic math
+cosh           tgmath.h        B.24 Type-generic math
+expm1          tgmath.h        B.24 Type-generic math
+log1p          tgmath.h        B.24 Type-generic math
+trunc          tgmath.h        B.24 Type-generic math
+sinh           tgmath.h        B.24 Type-generic math
+fdim           tgmath.h        B.24 Type-generic math
+log2           tgmath.h        B.24 Type-generic math
+carg           tgmath.h        B.24 Type-generic math
+tanh           tgmath.h        B.24 Type-generic math
+floor          tgmath.h        B.24 Type-generic math
+logb           tgmath.h        B.24 Type-generic math
+cimag          tgmath.h        B.24 Type-generic math
+exp            tgmath.h        B.24 Type-generic math
+fma            tgmath.h        B.24 Type-generic math
+lrint          tgmath.h        B.24 Type-generic math
+conj           tgmath.h        B.24 Type-generic math
+log            tgmath.h        B.24 Type-generic math
+fmax           tgmath.h        B.24 Type-generic math
+lround         tgmath.h        B.24 Type-generic math
+cproj          tgmath.h        B.24 Type-generic math
+pow            tgmath.h        B.24 Type-generic math
+fmin           tgmath.h        B.24 Type-generic math
+nearbyint              tgmath.h        B.24 Type-generic math
+creal          tgmath.h        B.24 Type-generic math
+thread_local           threads.h       B.25 Threads
+once_flag              threads.h       B.25 Threads
+ONCE_FLAG_INIT         threads.h       B.25 Threads
+mtx_plain              threads.h       B.25 Threads
+TSS_DTOR_ITERATIONS            threads.h       B.25 Threads
+mtx_recursive          threads.h       B.25 Threads
+cnd_t          threads.h       B.25 Threads
+mtx_timed              threads.h       B.25 Threads
+thrd_t         threads.h       B.25 Threads
+thrd_timedout          threads.h       B.25 Threads
+tss_t          threads.h       B.25 Threads
+thrd_success           threads.h       B.25 Threads
+mtx_t          threads.h       B.25 Threads
+thrd_busy              threads.h       B.25 Threads
+tss_dtor_t             threads.h       B.25 Threads
+thrd_error             threads.h       B.25 Threads
+thrd_start_t           threads.h       B.25 Threads
+thrd_nomem             threads.h       B.25 Threads
+call_once      void call_once(once_flag *flag, void (*func)(void));    threads.h       B.25 Threads
+cnd_broadcast  int cnd_broadcast(cnd_t *cond); threads.h       B.25 Threads
+cnd_destroy    void cnd_destroy(cnd_t *cond);  threads.h       B.25 Threads
+cnd_init       int cnd_init(cnd_t *cond);      threads.h       B.25 Threads
+cnd_signal     int cnd_signal(cnd_t *cond);    threads.h       B.25 Threads
+cnd_timedwait  int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts);       threads.h       B.25 Threads
+cnd_wait       int cnd_wait(cnd_t *cond, mtx_t *mtx);  threads.h       B.25 Threads
+mtx_destroy    void mtx_destroy(mtx_t *mtx);   threads.h       B.25 Threads
+mtx_init       int mtx_init(mtx_t *mtx, int type);     threads.h       B.25 Threads
+mtx_lock       int mtx_lock(mtx_t *mtx);       threads.h       B.25 Threads
+mtx_timedlock  int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);     threads.h       B.25 Threads
+mtx_trylock    int mtx_trylock(mtx_t *mtx);    threads.h       B.25 Threads
+mtx_unlock     int mtx_unlock(mtx_t *mtx);     threads.h       B.25 Threads
+thrd_create    int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);     threads.h       B.25 Threads
+thrd_current   thrd_t thrd_current(void);      threads.h       B.25 Threads
+thrd_detach    int thrd_detach(thrd_t thr);    threads.h       B.25 Threads
+thrd_equal     int thrd_equal(thrd_t thr0, thrd_t thr1);       threads.h       B.25 Threads
+thrd_exit      _Noreturn void thrd_exit(int res);      threads.h       B.25 Threads
+thrd_join      int thrd_join(thrd_t thr, int *res);    threads.h       B.25 Threads
+thrd_sleep     int thrd_sleep(const struct timespec *duration, struct timespec *remaining);    threads.h       B.25 Threads
+thrd_yield     void thrd_yield(void);  threads.h       B.25 Threads
+tss_create     int tss_create(tss_t *key, tss_dtor_t dtor);    threads.h       B.25 Threads
+tss_delete     void tss_delete(tss_t key);     threads.h       B.25 Threads
+tss_get        void *tss_get(tss_t key);       threads.h       B.25 Threads
+tss_set        int tss_set(tss_t key, void *val);      threads.h       B.25 Threads
+NULL           time.h  B.26 Date and time
+size_t         time.h  B.26 Date and time
+struct timespec                time.h  B.26 Date and time
+CLOCKS_PER_SEC         time.h  B.26 Date and time
+clock_t                time.h  B.26 Date and time
+struct tm              time.h  B.26 Date and time
+TIME_UTC               time.h  B.26 Date and time
+time_t         time.h  B.26 Date and time
+clock  clock_t clock(void);    time.h  B.26 Date and time
+difftime       double difftime(time_t time1, time_t time0);    time.h  B.26 Date and time
+mktime time_t mktime(struct tm *timeptr);      time.h  B.26 Date and time
+time   time_t time(time_t *timer);     time.h  B.26 Date and time
+timespec_get   int timespec_get(timespec *ts, int base);       time.h  B.26 Date and time
+asctime        char *asctime(const struct tm *timeptr);        time.h  B.26 Date and time
+ctime  char *ctime(const time_t *timer);       time.h  B.26 Date and time
+gmtime struct tm *gmtime(const time_t *timer); time.h  B.26 Date and time
+localtime      struct tm *localtime(const time_t *timer);      time.h  B.26 Date and time
+strftime       size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);   time.h  B.26 Date and time
+errno_t                time.h  B.26 Date and time
+rsize_t                time.h  B.26 Date and time
+asctime_s      errno_t asctime_s(char *s, rsize_t maxsize, const struct tm *timeptr);  time.h  B.26 Date and time
+ctime_s        errno_t ctime_s(char *s, rsize_t maxsize, const time_t *timer); time.h  B.26 Date and time
+gmtime_s       struct tm *gmtime_s(const time_t * restrict timer, struct tm * restrict result);        time.h  B.26 Date and time
+localtime_s    struct tm *localtime_s(const time_t * restrict timer, struct tm * restrict result);     time.h  B.26 Date and time
+mbstate_t              uchar.h B.27 Unicode utilities
+size_t         uchar.h B.27 Unicode utilities
+char16_t               uchar.h B.27 Unicode utilities
+char32_t               uchar.h B.27 Unicode utilities
+mbrtoc16       size_t mbrtoc16(char16_t * restrict pc16, const char * restrict s, size_t n, mbstate_t * restrict ps);  uchar.h B.27 Unicode utilities
+c16rtomb       size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps);      uchar.h B.27 Unicode utilities
+mbrtoc32       size_t mbrtoc32(char32_t * restrict pc32, const char * restrict s, size_t n, mbstate_t * restrict ps);  uchar.h B.27 Unicode utilities
+c32rtomb       size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);      uchar.h B.27 Unicode utilities
+wchar_t                wchar.h B.28 Extended multibyte/wide character utilities
+wint_t         wchar.h B.28 Extended multibyte/wide character utilities
+WCHAR_MAX              wchar.h B.28 Extended multibyte/wide character utilities
+size_t         wchar.h B.28 Extended multibyte/wide character utilities
+struct tm              wchar.h B.28 Extended multibyte/wide character utilities
+WCHAR_MIN              wchar.h B.28 Extended multibyte/wide character utilities
+mbstate_t              wchar.h B.28 Extended multibyte/wide character utilities
+NULL           wchar.h B.28 Extended multibyte/wide character utilities
+WEOF           wchar.h B.28 Extended multibyte/wide character utilities
+fwprintf       int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);     wchar.h B.28 Extended multibyte/wide character utilities
+fwscanf        int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);      wchar.h B.28 Extended multibyte/wide character utilities
+swprintf       int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);     wchar.h B.28 Extended multibyte/wide character utilities
+swscanf        int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);  wchar.h B.28 Extended multibyte/wide character utilities
+vfwprintf      int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);    wchar.h B.28 Extended multibyte/wide character utilities
+vfwscanf       int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);     wchar.h B.28 Extended multibyte/wide character utilities
+vswprintf      int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);    wchar.h B.28 Extended multibyte/wide character utilities
+vswscanf       int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg); wchar.h B.28 Extended multibyte/wide character utilities
+vwprintf       int vwprintf(const wchar_t * restrict format, va_list arg);     wchar.h B.28 Extended multibyte/wide character utilities
+vwscanf        int vwscanf(const wchar_t * restrict format, va_list arg);      wchar.h B.28 Extended multibyte/wide character utilities
+wprintf        int wprintf(const wchar_t * restrict format, ...);      wchar.h B.28 Extended multibyte/wide character utilities
+wscanf int wscanf(const wchar_t * restrict format, ...);       wchar.h B.28 Extended multibyte/wide character utilities
+fgetwc wint_t fgetwc(FILE *stream);    wchar.h B.28 Extended multibyte/wide character utilities
+fgetws wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);   wchar.h B.28 Extended multibyte/wide character utilities
+fputwc wint_t fputwc(wchar_t c, FILE *stream); wchar.h B.28 Extended multibyte/wide character utilities
+fputws int fputws(const wchar_t * restrict s, FILE * restrict stream); wchar.h B.28 Extended multibyte/wide character utilities
+fwide  int fwide(FILE *stream, int mode);      wchar.h B.28 Extended multibyte/wide character utilities
+getwc  wint_t getwc(FILE *stream);     wchar.h B.28 Extended multibyte/wide character utilities
+getwchar       wint_t getwchar(void);  wchar.h B.28 Extended multibyte/wide character utilities
+putwc  wint_t putwc(wchar_t c, FILE *stream);  wchar.h B.28 Extended multibyte/wide character utilities
+putwchar       wint_t putwchar(wchar_t c);     wchar.h B.28 Extended multibyte/wide character utilities
+ungetwc        wint_t ungetwc(wint_t c, FILE *stream); wchar.h B.28 Extended multibyte/wide character utilities
+wcstod double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);       wchar.h B.28 Extended multibyte/wide character utilities
+wcstof float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);        wchar.h B.28 Extended multibyte/wide character utilities
+wcstold        long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr); wchar.h B.28 Extended multibyte/wide character utilities
+wcstol long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);   wchar.h B.28 Extended multibyte/wide character utilities
+wcstoll        long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);     wchar.h B.28 Extended multibyte/wide character utilities
+wcstoul        unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); wchar.h B.28 Extended multibyte/wide character utilities
+wcstoull       unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);   wchar.h B.28 Extended multibyte/wide character utilities
+wcscpy wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);    wchar.h B.28 Extended multibyte/wide character utilities
+wcsncpy        wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.28 Extended multibyte/wide character utilities
+wmemcpy        wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.28 Extended multibyte/wide character utilities
+wmemmove       wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);    wchar.h B.28 Extended multibyte/wide character utilities
+wcscat wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);    wchar.h B.28 Extended multibyte/wide character utilities
+wcsncat        wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.28 Extended multibyte/wide character utilities
+wcscmp int wcscmp(const wchar_t *s1, const wchar_t *s2);       wchar.h B.28 Extended multibyte/wide character utilities
+wcscoll        int wcscoll(const wchar_t *s1, const wchar_t *s2);      wchar.h B.28 Extended multibyte/wide character utilities
+wcsncmp        int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);    wchar.h B.28 Extended multibyte/wide character utilities
+wcsxfrm        size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);   wchar.h B.28 Extended multibyte/wide character utilities
+wmemcmp        int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);    wchar.h B.28 Extended multibyte/wide character utilities
+wcschr wchar_t *wcschr(const wchar_t *s, wchar_t c);   wchar.h B.28 Extended multibyte/wide character utilities
+wcscspn        size_t wcscspn(const wchar_t *s1, const wchar_t *s2);   wchar.h B.28 Extended multibyte/wide character utilities
+wcspbrk        wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2); wchar.h B.28 Extended multibyte/wide character utilities
+wcsrchr        wchar_t *wcsrchr(const wchar_t *s, wchar_t c);  wchar.h B.28 Extended multibyte/wide character utilities
+wcsspn size_t wcsspn(const wchar_t *s1, const wchar_t *s2);    wchar.h B.28 Extended multibyte/wide character utilities
+wcsstr wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);  wchar.h B.28 Extended multibyte/wide character utilities
+wcstok wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);   wchar.h B.28 Extended multibyte/wide character utilities
+wmemchr        wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);        wchar.h B.28 Extended multibyte/wide character utilities
+wcslen size_t wcslen(const wchar_t *s);        wchar.h B.28 Extended multibyte/wide character utilities
+wmemset        wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);      wchar.h B.28 Extended multibyte/wide character utilities
+wcsftime       size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);     wchar.h B.28 Extended multibyte/wide character utilities
+btowc  wint_t btowc(int c);    wchar.h B.28 Extended multibyte/wide character utilities
+wctob  int wctob(wint_t c);    wchar.h B.28 Extended multibyte/wide character utilities
+mbsinit        int mbsinit(const mbstate_t *ps);       wchar.h B.28 Extended multibyte/wide character utilities
+mbrlen size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);      wchar.h B.28 Extended multibyte/wide character utilities
+mbrtowc        size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);     wchar.h B.28 Extended multibyte/wide character utilities
+wcrtomb        size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps); wchar.h B.28 Extended multibyte/wide character utilities
+mbsrtowcs      size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);      wchar.h B.28 Extended multibyte/wide character utilities
+wcsrtombs      size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);      wchar.h B.28 Extended multibyte/wide character utilities
+errno_t                wchar.h B.28 Extended multibyte/wide character utilities
+rsize_t                wchar.h B.28 Extended multibyte/wide character utilities
+fwprintf_s     int fwprintf_s(FILE * restrict stream, const wchar_t * restrict format, ...);   wchar.h B.28 Extended multibyte/wide character utilities
+fwscanf_s      int fwscanf_s(FILE * restrict stream, const wchar_t * restrict format, ...);    wchar.h B.28 Extended multibyte/wide character utilities
+snwprintf_s    int snwprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, ...); wchar.h B.28 Extended multibyte/wide character utilities
+swprintf_s     int swprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, ...);  wchar.h B.28 Extended multibyte/wide character utilities
+swscanf_s      int swscanf_s(const wchar_t * restrict s, const wchar_t * restrict format, ...);        wchar.h B.28 Extended multibyte/wide character utilities
+vfwprintf_s    int vfwprintf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg);  wchar.h B.28 Extended multibyte/wide character utilities
+vfwscanf_s     int vfwscanf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg);   wchar.h B.28 Extended multibyte/wide character utilities
+vsnwprintf_s   int vsnwprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg);        wchar.h B.28 Extended multibyte/wide character utilities
+vswprintf_s    int vswprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg); wchar.h B.28 Extended multibyte/wide character utilities
+vswscanf_s     int vswscanf_s(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);       wchar.h B.28 Extended multibyte/wide character utilities
+vwprintf_s     int vwprintf_s(const wchar_t * restrict format, va_list arg);   wchar.h B.28 Extended multibyte/wide character utilities
+vwscanf_s      int vwscanf_s(const wchar_t * restrict format, va_list arg);    wchar.h B.28 Extended multibyte/wide character utilities
+wprintf_s      int wprintf_s(const wchar_t * restrict format, ...);    wchar.h B.28 Extended multibyte/wide character utilities
+wscanf_s       int wscanf_s(const wchar_t * restrict format, ...);     wchar.h B.28 Extended multibyte/wide character utilities
+wcscpy_s       errno_t wcscpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2);    wchar.h B.28 Extended multibyte/wide character utilities
+wcsncpy_s      errno_t wcsncpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);        wchar.h B.28 Extended multibyte/wide character utilities
+wmemcpy_s      errno_t wmemcpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);        wchar.h B.28 Extended multibyte/wide character utilities
+wmemmove_s     errno_t wmemmove_s(wchar_t *s1, rsize_t s1max, const wchar_t *s2, rsize_t n);   wchar.h B.28 Extended multibyte/wide character utilities
+wcscat_s       errno_t wcscat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2);    wchar.h B.28 Extended multibyte/wide character utilities
+wcsncat_s      errno_t wcsncat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);        wchar.h B.28 Extended multibyte/wide character utilities
+wcstok_s       wchar_t *wcstok_s(wchar_t * restrict s1, rsize_t * restrict s1max, const wchar_t * restrict s2, wchar_t ** restrict ptr);       wchar.h B.28 Extended multibyte/wide character utilities
+wcsnlen_s      size_t wcsnlen_s(const wchar_t *s, size_t maxsize);     wchar.h B.28 Extended multibyte/wide character utilities
+wcrtomb_s      errno_t wcrtomb_s(size_t * restrict retval, char * restrict s, rsize_t smax, wchar_t wc, mbstate_t * restrict ps);      wchar.h B.28 Extended multibyte/wide character utilities
+mbsrtowcs_s    errno_t mbsrtowcs_s(size_t * restrict retval, wchar_t * restrict dst, rsize_t dstmax, const char ** restrict src, rsize_t len, mbstate_t * restrict ps);        wchar.h B.28 Extended multibyte/wide character utilities
+wcsrtombs_s    errno_t wcsrtombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t ** restrict src, rsize_t len, mbstate_t * restrict ps);        wchar.h B.28 Extended multibyte/wide character utilities
+wint_t         wctype.h        B.29 Wide character classification and mapping utilities
+wctrans_t              wctype.h        B.29 Wide character classification and mapping utilities
+wctype_t               wctype.h        B.29 Wide character classification and mapping utilities
+WEOF           wctype.h        B.29 Wide character classification and mapping utilities
+iswalnum       int iswalnum(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswalpha       int iswalpha(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswblank       int iswblank(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswcntrl       int iswcntrl(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswdigit       int iswdigit(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswgraph       int iswgraph(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswlower       int iswlower(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswprint       int iswprint(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswpunct       int iswpunct(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswspace       int iswspace(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswupper       int iswupper(wint_t wc);        wctype.h        B.29 Wide character classification and mapping utilities
+iswxdigit      int iswxdigit(wint_t wc);       wctype.h        B.29 Wide character classification and mapping utilities
+iswctype       int iswctype(wint_t wc, wctype_t desc); wctype.h        B.29 Wide character classification and mapping utilities
+wctype wctype_t wctype(const char *property);  wctype.h        B.29 Wide character classification and mapping utilities
+towlower       wint_t towlower(wint_t wc);     wctype.h        B.29 Wide character classification and mapping utilities
+towupper       wint_t towupper(wint_t wc);     wctype.h        B.29 Wide character classification and mapping utilities
+towctrans      wint_t towctrans(wint_t wc, wctrans_t desc);    wctype.h        B.29 Wide character classification and mapping utilities
+wctrans        wctrans_t wctrans(const char *property);        wctype.h        B.29 Wide character classification and mapping utilities
index ff425f5..bd4003d 100644 (file)
--- a/data/c99
+++ b/data/c99
@@ -1,4 +1,3 @@
-NDEBUG         assert.h        B.1 Diagnostics
 assert void assert(scalar expression); assert.h        B.1 Diagnostics
 complex                complex.h       B.2 Complex
 imaginary              complex.h       B.2 Complex
index 051c7fe..965d5e7 100644 (file)
@@ -15,8 +15,6 @@ nodecl        fgetws_unlocked W
 nodecl fpurge  W
 nodecl fputwc_unlocked W
 nodecl fputws_unlocked W
-nodecl getdents        W
-nodecl getdents64      W
 proto  gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
 nodecl getwc_unlocked  W
 nodecl getwchar_unlocked       W
index d12745d..cf33194 100755 (executable)
@@ -6,6 +6,9 @@ MUSL=${MUSL:-../musl}
 (
        cd $MUSL/include
        ctags -f /tmp/musl.tags -R -n -u --language-force=c --c-kinds=pxdstuv --fields=k --exclude='*.sh' .
+
+       # fix wchar_t bug of ctags
+       awk '/typedef.* wchar_t/{print "wchar_t\tbits/alltypes.h\t" NR ";\"\tt"}' bits/alltypes.h >>/tmp/musl.tags
 )
 
 awk -v inc=$MUSL/include/ '
diff --git a/tab_c11.html b/tab_c11.html
new file mode 100644 (file)
index 0000000..7d1d9bf
--- /dev/null
@@ -0,0 +1,1208 @@
+<h3>musl vs c11 api</h3>
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=fb247fafa04ee52dda816355ab0461132297b9a4">fb247fafa04ee52dda816355ab0461132297b9a4</a><br>Date:   Sun Sep 2 12:46:06 2012 -0400<br><br>    avoid "inline" in public headers for strict c89 compatibility<br>    <br>    while musl itself requires a c99 compiler, some applications insist on<br>    being compiled with c89 compilers, and use of "inline" in the headers<br>    was breaking them. much of this had been avoided already by just<br>    skipping the inline keyword in pre-c99 compilers or modes, but this<br>    new unified solution is cleaner and may/should result in better code<br>    generation in the default gcc configuration.
+<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>
+<h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
+<tr><td>missing<td>&#160;<td>&#160;<td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
+<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
+<tr><td>missing<td>&#160;<td>&#160;<td>imaginary<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l8">d</a> <td>complex<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>missing<td>&#160;<td>&#160;<td>_Imaginary_I<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l9">d</a> <td>_Complex_I<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l10">d</a> <td>I<td>complex.h<td>&#160;<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l12">p</a> <td>cacos<td>complex.h<td>double complex cacos(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l13">p</a> <td>cacosf<td>complex.h<td>float complex cacosf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l14">p</a> <td>cacosl<td>complex.h<td>long double complex cacosl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l16">p</a> <td>casin<td>complex.h<td>double complex casin(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l17">p</a> <td>casinf<td>complex.h<td>float complex casinf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l18">p</a> <td>casinl<td>complex.h<td>long double complex casinl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l20">p</a> <td>catan<td>complex.h<td>double complex catan(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l21">p</a> <td>catanf<td>complex.h<td>float complex catanf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l22">p</a> <td>catanl<td>complex.h<td>long double complex catanl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l24">p</a> <td>ccos<td>complex.h<td>double complex ccos(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l25">p</a> <td>ccosf<td>complex.h<td>float complex ccosf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l26">p</a> <td>ccosl<td>complex.h<td>long double complex ccosl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l28">p</a> <td>csin<td>complex.h<td>double complex csin(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l29">p</a> <td>csinf<td>complex.h<td>float complex csinf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l30">p</a> <td>csinl<td>complex.h<td>long double complex csinl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l32">p</a> <td>ctan<td>complex.h<td>double complex ctan(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l33">p</a> <td>ctanf<td>complex.h<td>float complex ctanf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l34">p</a> <td>ctanl<td>complex.h<td>long double complex ctanl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l36">p</a> <td>cacosh<td>complex.h<td>double complex cacosh(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l37">p</a> <td>cacoshf<td>complex.h<td>float complex cacoshf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l38">p</a> <td>cacoshl<td>complex.h<td>long double complex cacoshl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l40">p</a> <td>casinh<td>complex.h<td>double complex casinh(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l41">p</a> <td>casinhf<td>complex.h<td>float complex casinhf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l42">p</a> <td>casinhl<td>complex.h<td>long double complex casinhl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l44">p</a> <td>catanh<td>complex.h<td>double complex catanh(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l45">p</a> <td>catanhf<td>complex.h<td>float complex catanhf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l46">p</a> <td>catanhl<td>complex.h<td>long double complex catanhl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l48">p</a> <td>ccosh<td>complex.h<td>double complex ccosh(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l49">p</a> <td>ccoshf<td>complex.h<td>float complex ccoshf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l50">p</a> <td>ccoshl<td>complex.h<td>long double complex ccoshl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l52">p</a> <td>csinh<td>complex.h<td>double complex csinh(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l53">p</a> <td>csinhf<td>complex.h<td>float complex csinhf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l54">p</a> <td>csinhl<td>complex.h<td>long double complex csinhl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l56">p</a> <td>ctanh<td>complex.h<td>double complex ctanh(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l57">p</a> <td>ctanhf<td>complex.h<td>float complex ctanhf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l58">p</a> <td>ctanhl<td>complex.h<td>long double complex ctanhl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l60">p</a> <td>cexp<td>complex.h<td>double complex cexp(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l61">p</a> <td>cexpf<td>complex.h<td>float complex cexpf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l62">p</a> <td>cexpl<td>complex.h<td>long double complex cexpl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l64">p</a> <td>clog<td>complex.h<td>double complex clog(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l65">p</a> <td>clogf<td>complex.h<td>float complex clogf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l66">p</a> <td>clogl<td>complex.h<td>long double complex clogl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l68">p</a> <td>cabs<td>complex.h<td>double cabs(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l69">p</a> <td>cabsf<td>complex.h<td>float cabsf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l70">p</a> <td>cabsl<td>complex.h<td>long double cabsl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l72">p</a> <td>cpow<td>complex.h<td>double complex cpow(double complex x, double complex y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l73">p</a> <td>cpowf<td>complex.h<td>float complex cpowf(float complex x, float complex y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l74">p</a> <td>cpowl<td>complex.h<td>long double complex cpowl(long double complex x, long double complex y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l76">p</a> <td>csqrt<td>complex.h<td>double complex csqrt(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l77">p</a> <td>csqrtf<td>complex.h<td>float complex csqrtf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l78">p</a> <td>csqrtl<td>complex.h<td>long double complex csqrtl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l80">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l196">d</a> <td>carg<td>complex.h<td>double carg(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l81">p</a> <td>cargf<td>complex.h<td>float cargf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l82">p</a> <td>cargl<td>complex.h<td>long double cargl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l107">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l84">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l136">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l199">d</a> <td>cimag<td>complex.h<td>double cimag(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l108">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l85">p</a> <td>cimagf<td>complex.h<td>float cimagf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l109">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l86">p</a> <td>cimagl<td>complex.h<td>long double cimagl(long double complex z);<td>B.2 Complex
+<tr><td>missing<td>&#160;<td>&#160;<td>CMPLX<td>complex.h<td>double complex CMPLX(double x, double y);<td>B.2 Complex
+<tr><td>missing<td>&#160;<td>&#160;<td>CMPLXF<td>complex.h<td>float complex CMPLXF(float x, float y);<td>B.2 Complex
+<tr><td>missing<td>&#160;<td>&#160;<td>CMPLXL<td>complex.h<td>long double complex CMPLXL(long double x, long double y);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l88">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l137">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l200">d</a> <td>conj<td>complex.h<td>double complex conj(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l89">p</a> <td>conjf<td>complex.h<td>float complex conjf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l90">p</a> <td>conjl<td>complex.h<td>long double complex conjl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l92">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l141">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l204">d</a> <td>cproj<td>complex.h<td>double complex cproj(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l93">p</a> <td>cprojf<td>complex.h<td>float complex cprojf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l94">p</a> <td>cprojl<td>complex.h<td>long double complex cprojl(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l103">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l96">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l142">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l205">d</a> <td>creal<td>complex.h<td>double creal(double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l104">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l97">p</a> <td>crealf<td>complex.h<td>float crealf(float complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l105">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l98">p</a> <td>creall<td>complex.h<td>long double creall(long double complex z);<td>B.2 Complex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l8">p</a> <td>isalnum<td>ctype.h<td>int isalnum(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l9">p</a> <td>isalpha<td>ctype.h<td>int isalpha(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l10">p</a> <td>isblank<td>ctype.h<td>int isblank(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l11">p</a> <td>iscntrl<td>ctype.h<td>int iscntrl(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l12">p</a> <td>isdigit<td>ctype.h<td>int isdigit(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l13">p</a> <td>isgraph<td>ctype.h<td>int isgraph(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l14">p</a> <td>islower<td>ctype.h<td>int islower(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l15">p</a> <td>isprint<td>ctype.h<td>int isprint(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l16">p</a> <td>ispunct<td>ctype.h<td>int ispunct(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l17">p</a> <td>isspace<td>ctype.h<td>int isspace(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l26">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l18">p</a> <td>isupper<td>ctype.h<td>int isupper(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l19">p</a> <td>isxdigit<td>ctype.h<td>int isxdigit(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l20">p</a> <td>tolower<td>ctype.h<td>int tolower(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l21">p</a> <td>toupper<td>ctype.h<td>int toupper(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>&#160;<td>d <td>EDOM<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td>d <td>EILSEQ<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td>d <td>ERANGE<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>errno.h<td>&#160;<td>B.4 Errors
+<tr><td>&#160;<td>&#160;<td>t <td>fenv_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_OVERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_TOWARDZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>t <td>fexcept_t<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_UNDERFLOW<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_UPWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_DIVBYZERO<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_ALL_EXCEPT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_DFL_ENV<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_INEXACT<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_DOWNWARD<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_INVALID<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<tr><td>&#160;<td>&#160;<td>d <td>FE_TONEAREST<td>fenv.h<td>&#160;<td>B.5 Floating-point environment
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<tr><td>&#160;<td>&#160;<td>d <td>FLT_ROUNDS<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<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
+<tr><td>&#160;<td>&#160;<td>d d <td>FLT_EVAL_METHOD<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>missing<td>&#160;<td>&#160;<td>FLT_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>missing<td>&#160;<td>&#160;<td>DBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<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
+<tr><td>missing<td>&#160;<td>&#160;<td>LDBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<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
+<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
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<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
+<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
+<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
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>missing<td>&#160;<td>&#160;<td>FLT_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>missing<td>&#160;<td>&#160;<td>FLT_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>missing<td>&#160;<td>&#160;<td>DBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>missing<td>&#160;<td>&#160;<td>DBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>missing<td>&#160;<td>&#160;<td>LDBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>missing<td>&#160;<td>&#160;<td>LDBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td>d <td>DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<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
+<tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l29">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l30">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l31">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l32">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l34">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l35">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l36">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l37">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l39">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l40">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l41">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l42">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l44">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l45">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l46">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l47">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l49">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l50">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l51">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l52">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l54">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l55">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l56">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l57">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l59">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l60">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l61">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l62">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l64">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l65">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l66">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l67">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l69">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l70">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l71">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l72">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l74">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l75">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l76">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l77">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l79">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l80">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l81">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l82">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l84">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l85">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l86">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l87">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l89">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l90">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l91">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l92">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l94">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l95">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l96">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l97">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l99">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l100">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l101">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l102">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l104">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l105">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l106">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l107">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l109">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l110">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l111">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l112">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l114">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l115">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l116">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l117">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l133">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l134">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l135">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l136">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l138">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l139">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l140">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l141">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l143">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l144">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l145">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l146">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l148">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l149">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l150">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l151">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l153">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l154">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l155">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l156">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l158">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l159">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l160">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l161">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l178">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l179">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l180">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l181">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l183">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l184">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l185">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l186">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l188">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l189">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l190">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l191">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l163">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l164">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l165">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l166">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l168">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l169">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l170">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l171">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l173">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l174">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l175">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l176">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l193">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l194">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l195">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l196">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l198">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l199">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l200">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l201">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l203">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l204">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l205">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l206">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l20">d</a> <td>CHAR_BIT<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l15">d</a> <td>CHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l27">d</a> <td>INT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l31">d</a> <td>ULONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l21">d</a> <td>SCHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l35">d</a> <td>MB_LEN_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l28">d</a> <td>INT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l32">d</a> <td>LLONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l22">d</a> <td>SCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l24">d</a> <td>SHRT_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l29">d</a> <td>UINT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td>d <td>LLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l23">d</a> <td>UCHAR_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l25">d</a> <td>SHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l30">d</a> <td>LONG_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l33">d</a> <td>ULLONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l11">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l14">d</a> <td>CHAR_MIN<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/limits.h#l26">d</a> <td>USHRT_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<tr><td>&#160;<td>&#160;<td>d <td>LONG_MAX<td>limits.h<td>&#160;<td>B.9 Sizes of integer types
+<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
+<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
+<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
+<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>locale.h<td>&#160;<td>B.10 Localization
+<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
+<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
+<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
+<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
+<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
+<tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l39">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l38">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l36">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l28">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l42">d</a> <td>FP_NORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l35">d</a> <td>FP_ILOGBNAN<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l27">d</a> <td>HUGE_VALF<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l41">d</a> <td>FP_SUBNORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l31">d</a> <td>MATH_ERRNO<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l29">d</a> <td>HUGE_VALL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l40">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l32">d</a> <td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l24">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l33">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l23">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l54">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l74">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l59">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l64">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l83">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l108">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l116">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l124">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l128">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l148">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l307">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l308">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l319">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l320">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l112">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l120">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l132">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l152">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l312">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l323">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l324">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l163">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l164">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l168">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l172">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l204">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l212">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l216">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l232">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l236">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l240">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l244">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l248">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l258">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l260">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l303">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l304">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l299">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l300">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l136">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l176">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l208">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l280">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l316">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l156">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l160">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l220">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l327">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l328">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l140">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l184">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l268">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l292">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l252">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l224">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l295">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l296">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l256">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l228">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l331">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l332">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l200">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l284">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l288">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l144">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l262">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l264">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l272">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l276">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l180">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l192">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l196">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l188">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l104">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l100">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l102">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l88">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td>t <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l31">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l32">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l226">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l224">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l223">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l222">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l228">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l229">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdalign.h#l10">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdalign.h#l12">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
+<tr><td>&#160;<td>&#160;<td>t t <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
+<tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.15 Variable arguments
+<tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.15 Variable arguments
+<tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l14">d</a> <td>va_end<td>stdarg.h<td>void va_end(va_list ap);<td>B.15 Variable arguments
+<tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l13">d</a> <td>va_start<td>stdarg.h<td>void va_start(va_list ap, parmN);<td>B.15 Variable arguments
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_BOOL_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_long<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR16_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_ulong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_CHAR32_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_llong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_WCHAR_T_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_ullong<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_SHORT_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_char16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_INT_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_char32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_LONG_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_wchar_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_LLONG_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_POINTER_LOCK_FREE<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_FLAG_INIT<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order_relaxed<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order_consume<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_least64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order_acquire<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_least64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order_release<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order_acq_rel<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast8_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>memory_order_seq_cst<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_bool<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast16_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_char<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_schar<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast32_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uchar<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int_fast64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_short<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uint_fast64_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_ushort<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_intptr_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_int<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uintptr_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_size_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_intmax_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_ptrdiff_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_uintmax_t<td>stdatomic.h<td>&#160;<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>ATOMIC_VAR_INIT<td>stdatomic.h<td>ATOMIC_VAR_INIT(C value)<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_init<td>stdatomic.h<td>void atomic_init(volatile A *obj, C value);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>kill_dependency<td>stdatomic.h<td>type kill_dependency(type y);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_thread_fence<td>stdatomic.h<td>void atomic_thread_fence(memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_signal_fence<td>stdatomic.h<td>void atomic_signal_fence(memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_is_lock_free<td>stdatomic.h<td>_Bool atomic_is_lock_free(const volatile A *obj);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_store<td>stdatomic.h<td>void atomic_store(volatile A *object, C desired);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_store_explicit<td>stdatomic.h<td>void atomic_store_explicit(volatile A *object, C desired, memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_load<td>stdatomic.h<td>C atomic_load(volatile A *object);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_load_explicit<td>stdatomic.h<td>C atomic_load_explicit(volatile A *object, memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_exchange<td>stdatomic.h<td>C atomic_exchange(volatile A *object, C desired);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_exchange_explicit<td>stdatomic.h<td>C atomic_exchange_explicit(volatile A *object, C desired, memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_strong<td>stdatomic.h<td>_Bool atomic_compare_exchange_strong(volatile A *object, C *expected, C desired);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_strong_explicit<td>stdatomic.h<td>_Bool atomic_compare_exchange_strong_explicit(volatile A *object, C *expected, C desired, memory_order success, memory_order failure);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_weak<td>stdatomic.h<td>_Bool atomic_compare_exchange_weak(volatile A *object, C *expected, C desired);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_compare_exchange_weak_explicit<td>stdatomic.h<td>_Bool atomic_compare_exchange_weak_explicit(volatile A *object, C *expected, C desired, memory_order success, memory_order failure);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_key<td>stdatomic.h<td>C atomic_fetch_key(volatile A *object, M operand);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_fetch_key_explicit<td>stdatomic.h<td>C atomic_fetch_key_explicit(volatile A *object, M operand, memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_test_and_set<td>stdatomic.h<td>_Bool atomic_flag_test_and_set(volatile atomic_flag *object);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_test_and_set_explicit<td>stdatomic.h<td>_Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object, memory_order order);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_clear<td>stdatomic.h<td>void atomic_flag_clear(volatile atomic_flag *object);<td>B.16 Atomics
+<tr><td>missing<td>&#160;<td>&#160;<td>atomic_flag_clear_explicit<td>stdatomic.h<td>void atomic_flag_clear_explicit(volatile atomic_flag *object, memory_order order);<td>B.16 Atomics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l8">d</a> <td>bool<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l6">d</a> <td>true<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l10">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
+<tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>missing<td>&#160;<td>&#160;<td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l17">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
+<tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l59">d</a> <td>INT_LEAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l60">d</a> <td>INT_LEAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l61">d</a> <td>INT_LEAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l62">d</a> <td>INT_LEAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l64">d</a> <td>INT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l65">d</a> <td>INT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l66">d</a> <td>INT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l67">d</a> <td>INT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l29">t</a> <td>int_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l30">t</a> <td>int_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l31">t</a> <td>int_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l32">t</a> <td>int_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l69">d</a> <td>UINT_LEAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l70">d</a> <td>UINT_LEAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l71">d</a> <td>UINT_LEAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l72">d</a> <td>UINT_LEAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>SIG_ATOMIC_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l34">t</a> <td>uint_least8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l35">t</a> <td>uint_least16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l36">t</a> <td>uint_least32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l37">t</a> <td>uint_least64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>SIZE_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>int_fast64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint_fast8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint_fast16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint_fast32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uint_fast64_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>UINT_FAST64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>intptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l78">d</a> <td>WINT_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>uintptr_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>INTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l79">d</a> <td>WINT_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l39">t</a> <td>intmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>UINTPTR_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l88">d</a> <td>INT8_C<td>stdint.h<td>INT8_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l89">d</a> <td>INT16_C<td>stdint.h<td>INT16_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l90">d</a> <td>INT32_C<td>stdint.h<td>INT32_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l91">d</a> <td>INT64_C<td>stdint.h<td>INT64_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l40">t</a> <td>uintmax_t<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l74">d</a> <td>INTMAX_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l93">d</a> <td>UINT8_C<td>stdint.h<td>UINT8_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l94">d</a> <td>UINT16_C<td>stdint.h<td>UINT16_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l95">d</a> <td>UINT32_C<td>stdint.h<td>UINT32_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l96">d</a> <td>UINT64_C<td>stdint.h<td>UINT64_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l44">d</a> <td>INT8_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l45">d</a> <td>INT16_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l46">d</a> <td>INT32_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l47">d</a> <td>INT64_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l75">d</a> <td>INTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l98">d</a> <td>INTMAX_C<td>stdint.h<td>INTMAX_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l49">d</a> <td>INT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l50">d</a> <td>INT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l51">d</a> <td>INT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l52">d</a> <td>INT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l76">d</a> <td>UINTMAX_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l99">d</a> <td>UINTMAX_C<td>stdint.h<td>UINTMAX_C(value)<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l54">d</a> <td>UINT8_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l55">d</a> <td>UINT16_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l56">d</a> <td>UINT32_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdint.h#l57">d</a> <td>UINT64_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>d <td>PTRDIFF_MIN<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>missing<td>&#160;<td>&#160;<td>RSIZE_MAX<td>stdint.h<td>&#160;<td>B.19 Integer types
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l39">d</a> <td>_IOLBF<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l43">d</a> <td>FILENAME_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l45">d</a> <td>TMP_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td>t <td>FILE<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l40">d</a> <td>_IONBF<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l46">d</a> <td>L_tmpnam<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l59">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l55">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l51">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l42">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l65">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l68">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l32">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l13">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l57">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l53">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l29">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l66">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l69">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l33">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l36">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l14">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l58">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l54">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l38">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l44">d</a> <td>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l64">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l67">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l31">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l12">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l65">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l66">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l123">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l122">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l63">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l70">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l61">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l62">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l120">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l119">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l101">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l111">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l100">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l110">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l103">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l102">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l112">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l106">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l114">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l105">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l113">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l108">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l107">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l115">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l83">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l92">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l88">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l97">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l84">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l85">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.20 Input/output
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l89">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l90">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l98">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l86">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l80">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l81">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l77">p</a> <td>fgetpos<td>stdio.h<td>int fgetpos(FILE * restrict stream, fpos_t * restrict pos);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l73">p</a> <td>fseek<td>stdio.h<td>int fseek(FILE *stream, long int offset, int whence);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l78">p</a> <td>fsetpos<td>stdio.h<td>int fsetpos(FILE *stream, const fpos_t *pos);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l74">p</a> <td>ftell<td>stdio.h<td>long int ftell(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l75">p</a> <td>rewind<td>stdio.h<td>void rewind(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l71">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l68">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l69">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.20 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l117">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>L_tmpnam_s<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>TMP_MAX_S<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>tmpfile_s<td>stdio.h<td>errno_t tmpfile_s(FILE * restrict * restrict streamptr);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>tmpnam_s<td>stdio.h<td>errno_t tmpnam_s(char *s, rsize_t maxsize);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>fopen_s<td>stdio.h<td>errno_t fopen_s(FILE * restrict * restrict streamptr, const char * restrict filename, const char * restrict mode);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>freopen_s<td>stdio.h<td>errno_t freopen_s(FILE * restrict * restrict newstreamptr, const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>fprintf_s<td>stdio.h<td>int fprintf_s(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>fscanf_s<td>stdio.h<td>int fscanf_s(FILE * restrict stream, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>printf_s<td>stdio.h<td>int printf_s(const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>scanf_s<td>stdio.h<td>int scanf_s(const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>snprintf_s<td>stdio.h<td>int snprintf_s(char * restrict s, rsize_t n, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>sprintf_s<td>stdio.h<td>int sprintf_s(char * restrict s, rsize_t n, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>sscanf_s<td>stdio.h<td>int sscanf_s(const char * restrict s, const char * restrict format, ...);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vfprintf_s<td>stdio.h<td>int vfprintf_s(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vfscanf_s<td>stdio.h<td>int vfscanf_s(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vprintf_s<td>stdio.h<td>int vprintf_s(const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vscanf_s<td>stdio.h<td>int vscanf_s(const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vsnprintf_s<td>stdio.h<td>int vsnprintf_s(char * restrict s, rsize_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vsprintf_s<td>stdio.h<td>int vsprintf_s(char * restrict s, rsize_t n, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>vsscanf_s<td>stdio.h<td>int vsscanf_s(const char * restrict s, const char * restrict format, va_list arg);<td>B.20 Input/output
+<tr><td>missing<td>&#160;<td>&#160;<td>gets_s<td>stdio.h<td>char *gets_s(char *s, rsize_t n);<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l62">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l75">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l78">d</a> <td>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l63">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l76">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l61">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l80">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l23">p</a> <td>atof<td>stdlib.h<td>double atof(const char *nptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l20">p</a> <td>atoi<td>stdlib.h<td>int atoi(const char *nptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l21">p</a> <td>atol<td>stdlib.h<td>long int atol(const char *nptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l22">p</a> <td>atoll<td>stdlib.h<td>long long int atoll(const char *nptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l26">p</a> <td>strtod<td>stdlib.h<td>double strtod(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l25">p</a> <td>strtof<td>stdlib.h<td>float strtof(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l27">p</a> <td>strtold<td>stdlib.h<td>long double strtold(const char * restrict nptr, char ** restrict endptr);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l29">p</a> <td>strtol<td>stdlib.h<td>long int strtol(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l31">p</a> <td>strtoll<td>stdlib.h<td>long long int strtoll(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l30">p</a> <td>strtoul<td>stdlib.h<td>unsigned long int strtoul(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l32">p</a> <td>strtoull<td>stdlib.h<td>unsigned long long int strtoull(const char * restrict nptr, char ** restrict endptr, int base);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l34">p</a> <td>rand<td>stdlib.h<td>int rand(void);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l35">p</a> <td>srand<td>stdlib.h<td>void srand(unsigned int seed);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l41">p</a> <td>aligned_alloc<td>stdlib.h<td>void *aligned_alloc(size_t alignment, size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l38">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l40">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
+<tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l37">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l39">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l43">p</a> <td>abort<td>stdlib.h<td>_Noreturn void abort(void);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l44">p</a> <td>atexit<td>stdlib.h<td>int atexit(void (*func)(void));<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l47">p</a> <td>at_quick_exit<td>stdlib.h<td>int at_quick_exit(void (*func)(void));<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l45">p</a> <td>exit<td>stdlib.h<td>_Noreturn void exit(int status);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l46">p</a> <td>_Exit<td>stdlib.h<td>_Noreturn void _Exit(int status);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l50">p</a> <td>getenv<td>stdlib.h<td>char *getenv(const char *name);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l48">p</a> <td>quick_exit<td>stdlib.h<td>_Noreturn void quick_exit(int status);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l52">p</a> <td>system<td>stdlib.h<td>int system(const char *string);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l54">p</a> <td>bsearch<td>stdlib.h<td>void *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l55">p</a> <td>qsort<td>stdlib.h<td>void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l57">p</a> <td>abs<td>stdlib.h<td>int abs(int j);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l58">p</a> <td>labs<td>stdlib.h<td>long int labs(long int j);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l59">p</a> <td>llabs<td>stdlib.h<td>long long int llabs(long long int j);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l65">p</a> <td>div<td>stdlib.h<td>div_t div(int numer, int denom);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l66">p</a> <td>ldiv<td>stdlib.h<td>ldiv_t ldiv(long int numer, long int denom);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l67">p</a> <td>lldiv<td>stdlib.h<td>lldiv_t lldiv(long long int numer, long long int denom);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l69">p</a> <td>mblen<td>stdlib.h<td>int mblen(const char *s, size_t n);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l70">p</a> <td>mbtowc<td>stdlib.h<td>int mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l71">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l72">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l73">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>constraint_handler_t<td>stdlib.h<td>&#160;<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>set_constraint_handler_s<td>stdlib.h<td>constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>abort_handler_s<td>stdlib.h<td>void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>ignore_handler_s<td>stdlib.h<td>void ignore_handler_s(const char * restrict msg, void * restrict ptr, errno_t error);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>getenv_s<td>stdlib.h<td>errno_t getenv_s(size_t * restrict len, char * restrict value, rsize_t maxsize, const char * restrict name);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>bsearch_s<td>stdlib.h<td>void *bsearch_s(const void *key, const void *base, rsize_t nmemb, rsize_t size, int (*compar)(const void *k, const void *y, void *context), void *context);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>qsort_s<td>stdlib.h<td>errno_t qsort_s(void *base, rsize_t nmemb, rsize_t size, int (*compar)(const void *x, const void *y, void *context), void *context);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wctomb_s<td>stdlib.h<td>errno_t wctomb_s(int * restrict status, char * restrict s, rsize_t smax, wchar_t wc);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>mbstowcs_s<td>stdlib.h<td>errno_t mbstowcs_s(size_t * restrict retval, wchar_t * restrict dst, rsize_t dstmax, const char * restrict src, rsize_t len);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcstombs_s<td>stdlib.h<td>errno_t wcstombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t * restrict src, rsize_t len);<td>B.21 General utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l25">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l30">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l31">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l33">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l34">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l27">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l36">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l39">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l37">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l40">p</a> <td>strxfrm<td>string.h<td>size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l28">p</a> <td>memchr<td>string.h<td>void *memchr(const void *s, int c, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l42">p</a> <td>strchr<td>string.h<td>char *strchr(const char *s, int c);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l45">p</a> <td>strcspn<td>string.h<td>size_t strcspn(const char *s1, const char *s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l47">p</a> <td>strpbrk<td>string.h<td>char *strpbrk(const char *s1, const char *s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l43">p</a> <td>strrchr<td>string.h<td>char *strrchr(const char *s, int c);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l46">p</a> <td>strspn<td>string.h<td>size_t strspn(const char *s1, const char *s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l48">p</a> <td>strstr<td>string.h<td>char *strstr(const char *s1, const char *s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l49">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l26">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l53">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l51">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>string.h<td>&#160;<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>string.h<td>&#160;<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>memcpy_s<td>string.h<td>errno_t memcpy_s(void * restrict s1, rsize_t s1max, const void * restrict s2, rsize_t n);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>memmove_s<td>string.h<td>errno_t memmove_s(void *s1, rsize_t s1max, const void *s2, rsize_t n);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strcpy_s<td>string.h<td>errno_t strcpy_s(char * restrict s1, rsize_t s1max, const char * restrict s2);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strncpy_s<td>string.h<td>errno_t strncpy_s(char * restrict s1, rsize_t s1max, const char * restrict s2, rsize_t n);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strcat_s<td>string.h<td>errno_t strcat_s(char * restrict s1, rsize_t s1max, const char * restrict s2);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strncat_s<td>string.h<td>errno_t strncat_s(char * restrict s1, rsize_t s1max, const char * restrict s2, rsize_t n);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strtok_s<td>string.h<td>char *strtok_s(char * restrict s1, rsize_t * restrict s1max, const char * restrict s2, char ** restrict ptr);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>memset_s<td>string.h<td>errno_t memset_s(void *s, rsize_t smax, int c, rsize_t n)<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strerror_s<td>string.h<td>errno_t strerror_s(char *s, rsize_t maxsize, errno_t errnum);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strerrorlen_s<td>string.h<td>size_t strerrorlen_s(errno_t errnum);<td>B.23 String handling
+<tr><td>missing<td>&#160;<td>&#160;<td>strnlen_s<td>string.h<td>size_t strnlen_s(const char *s, size_t maxsize);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l80">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l196">d</a> <td>carg<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l107">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l84">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l136">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l199">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l88">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l137">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l200">d</a> <td>conj<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l92">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l141">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l204">d</a> <td>cproj<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l103">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l96">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l142">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l205">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>missing<td>&#160;<td>&#160;<td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>ONCE_FLAG_INIT<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_plain<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>TSS_DTOR_ITERATIONS<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_recursive<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_timed<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_timedout<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>tss_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_success<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_busy<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>tss_dtor_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_error<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_start_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_nomem<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>call_once<td>threads.h<td>void call_once(once_flag *flag, void (*func)(void));<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_broadcast<td>threads.h<td>int cnd_broadcast(cnd_t *cond);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_destroy<td>threads.h<td>void cnd_destroy(cnd_t *cond);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_init<td>threads.h<td>int cnd_init(cnd_t *cond);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_signal<td>threads.h<td>int cnd_signal(cnd_t *cond);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_timedwait<td>threads.h<td>int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>cnd_wait<td>threads.h<td>int cnd_wait(cnd_t *cond, mtx_t *mtx);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_destroy<td>threads.h<td>void mtx_destroy(mtx_t *mtx);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_init<td>threads.h<td>int mtx_init(mtx_t *mtx, int type);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_lock<td>threads.h<td>int mtx_lock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_timedlock<td>threads.h<td>int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_trylock<td>threads.h<td>int mtx_trylock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>mtx_unlock<td>threads.h<td>int mtx_unlock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_create<td>threads.h<td>int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_current<td>threads.h<td>thrd_t thrd_current(void);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_detach<td>threads.h<td>int thrd_detach(thrd_t thr);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_equal<td>threads.h<td>int thrd_equal(thrd_t thr0, thrd_t thr1);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_exit<td>threads.h<td>_Noreturn void thrd_exit(int res);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_join<td>threads.h<td>int thrd_join(thrd_t thr, int *res);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_sleep<td>threads.h<td>int thrd_sleep(const struct timespec *duration, struct timespec *remaining);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>thrd_yield<td>threads.h<td>void thrd_yield(void);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>tss_create<td>threads.h<td>int tss_create(tss_t *key, tss_dtor_t dtor);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
+<tr><td>missing<td>&#160;<td>&#160;<td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l57">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l32">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l47">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l49">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l50">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l48">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l54">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l55">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>asctime_s<td>time.h<td>errno_t asctime_s(char *s, rsize_t maxsize, const struct tm *timeptr);<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>ctime_s<td>time.h<td>errno_t ctime_s(char *s, rsize_t maxsize, const time_t *timer);<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>gmtime_s<td>time.h<td>struct tm *gmtime_s(const time_t * restrict timer, struct tm * restrict result);<td>B.26 Date and time
+<tr><td>missing<td>&#160;<td>&#160;<td>localtime_s<td>time.h<td>struct tm *localtime_s(const time_t * restrict timer, struct tm * restrict result);<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l40">t</a> <td>mbstate_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>char16_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>char32_t<td>uchar.h<td>&#160;<td>B.27 Unicode utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>mbrtoc16<td>uchar.h<td>size_t mbrtoc16(char16_t * restrict pc16, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>c16rtomb<td>uchar.h<td>size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>mbrtoc32<td>uchar.h<td>size_t mbrtoc32(char32_t * restrict pc32, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>c32rtomb<td>uchar.h<td>size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps);<td>B.27 Unicode utilities
+<tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l32">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l40">t</a> <td>mbstate_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l102">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l110">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l103">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l111">p</a> <td>swscanf<td>wchar.h<td>int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l106">p</a> <td>vfwprintf<td>wchar.h<td>int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l114">p</a> <td>vfwscanf<td>wchar.h<td>int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l107">p</a> <td>vswprintf<td>wchar.h<td>int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l115">p</a> <td>vswscanf<td>wchar.h<td>int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l105">p</a> <td>vwprintf<td>wchar.h<td>int vwprintf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l113">p</a> <td>vwscanf<td>wchar.h<td>int vwscanf(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l101">p</a> <td>wprintf<td>wchar.h<td>int wprintf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l109">p</a> <td>wscanf<td>wchar.h<td>int wscanf(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l117">p</a> <td>fgetwc<td>wchar.h<td>wint_t fgetwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l125">p</a> <td>fgetws<td>wchar.h<td>wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l121">p</a> <td>fputwc<td>wchar.h<td>wint_t fputwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l126">p</a> <td>fputws<td>wchar.h<td>int fputws(const wchar_t * restrict s, FILE * restrict stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l98">p</a> <td>fwide<td>wchar.h<td>int fwide(FILE *stream, int mode);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l118">p</a> <td>getwc<td>wchar.h<td>wint_t getwc(FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l119">p</a> <td>getwchar<td>wchar.h<td>wint_t getwchar(void);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l122">p</a> <td>putwc<td>wchar.h<td>wint_t putwc(wchar_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l123">p</a> <td>putwchar<td>wchar.h<td>wint_t putwchar(wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">p</a> <td>ungetwc<td>wchar.h<td>wint_t ungetwc(wint_t c, FILE *stream);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l87">p</a> <td>wcstod<td>wchar.h<td>double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l86">p</a> <td>wcstof<td>wchar.h<td>float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l88">p</a> <td>wcstold<td>wchar.h<td>long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l90">p</a> <td>wcstol<td>wchar.h<td>long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l93">p</a> <td>wcstoll<td>wchar.h<td>long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l91">p</a> <td>wcstoul<td>wchar.h<td>unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l94">p</a> <td>wcstoull<td>wchar.h<td>unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l42">p</a> <td>wcscpy<td>wchar.h<td>wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l43">p</a> <td>wcsncpy<td>wchar.h<td>wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l70">p</a> <td>wmemcpy<td>wchar.h<td>wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l71">p</a> <td>wmemmove<td>wchar.h<td>wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l45">p</a> <td>wcscat<td>wchar.h<td>wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l46">p</a> <td>wcsncat<td>wchar.h<td>wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l48">p</a> <td>wcscmp<td>wchar.h<td>int wcscmp(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l51">p</a> <td>wcscoll<td>wchar.h<td>int wcscoll(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l49">p</a> <td>wcsncmp<td>wchar.h<td>int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l52">p</a> <td>wcsxfrm<td>wchar.h<td>size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l69">p</a> <td>wmemcmp<td>wchar.h<td>int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l54">p</a> <td>wcschr<td>wchar.h<td>wchar_t *wcschr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l57">p</a> <td>wcscspn<td>wchar.h<td>size_t wcscspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l59">p</a> <td>wcspbrk<td>wchar.h<td>wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l55">p</a> <td>wcsrchr<td>wchar.h<td>wchar_t *wcsrchr(const wchar_t *s, wchar_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l58">p</a> <td>wcsspn<td>wchar.h<td>size_t wcsspn(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l65">p</a> <td>wcsstr<td>wchar.h<td>wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l61">p</a> <td>wcstok<td>wchar.h<td>wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l68">p</a> <td>wmemchr<td>wchar.h<td>wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l63">p</a> <td>wcslen<td>wchar.h<td>size_t wcslen(const wchar_t *s);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l72">p</a> <td>wmemset<td>wchar.h<td>wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l131">p</a> <td>wcsftime<td>wchar.h<td>size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l74">p</a> <td>btowc<td>wchar.h<td>wint_t btowc(int c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l75">p</a> <td>wctob<td>wchar.h<td>int wctob(wint_t c);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l77">p</a> <td>mbsinit<td>wchar.h<td>int mbsinit(const mbstate_t *ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l81">p</a> <td>mbrlen<td>wchar.h<td>size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l78">p</a> <td>mbrtowc<td>wchar.h<td>size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l79">p</a> <td>wcrtomb<td>wchar.h<td>size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l83">p</a> <td>mbsrtowcs<td>wchar.h<td>size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l84">p</a> <td>wcsrtombs<td>wchar.h<td>size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>errno_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>rsize_t<td>wchar.h<td>&#160;<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>fwprintf_s<td>wchar.h<td>int fwprintf_s(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>fwscanf_s<td>wchar.h<td>int fwscanf_s(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>snwprintf_s<td>wchar.h<td>int snwprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>swprintf_s<td>wchar.h<td>int swprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>swscanf_s<td>wchar.h<td>int swscanf_s(const wchar_t * restrict s, const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vfwprintf_s<td>wchar.h<td>int vfwprintf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vfwscanf_s<td>wchar.h<td>int vfwscanf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vsnwprintf_s<td>wchar.h<td>int vsnwprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vswprintf_s<td>wchar.h<td>int vswprintf_s(wchar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vswscanf_s<td>wchar.h<td>int vswscanf_s(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vwprintf_s<td>wchar.h<td>int vwprintf_s(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>vwscanf_s<td>wchar.h<td>int vwscanf_s(const wchar_t * restrict format, va_list arg);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wprintf_s<td>wchar.h<td>int wprintf_s(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wscanf_s<td>wchar.h<td>int wscanf_s(const wchar_t * restrict format, ...);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcscpy_s<td>wchar.h<td>errno_t wcscpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcsncpy_s<td>wchar.h<td>errno_t wcsncpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wmemcpy_s<td>wchar.h<td>errno_t wmemcpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wmemmove_s<td>wchar.h<td>errno_t wmemmove_s(wchar_t *s1, rsize_t s1max, const wchar_t *s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcscat_s<td>wchar.h<td>errno_t wcscat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcsncat_s<td>wchar.h<td>errno_t wcsncat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcstok_s<td>wchar.h<td>wchar_t *wcstok_s(wchar_t * restrict s1, rsize_t * restrict s1max, const wchar_t * restrict s2, wchar_t ** restrict ptr);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcsnlen_s<td>wchar.h<td>size_t wcsnlen_s(const wchar_t *s, size_t maxsize);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcrtomb_s<td>wchar.h<td>errno_t wcrtomb_s(size_t * restrict retval, char * restrict s, rsize_t smax, wchar_t wc, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>mbsrtowcs_s<td>wchar.h<td>errno_t mbsrtowcs_s(size_t * restrict retval, wchar_t * restrict dst, rsize_t dstmax, const char ** restrict src, rsize_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>missing<td>&#160;<td>&#160;<td>wcsrtombs_s<td>wchar.h<td>errno_t wcsrtombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t ** restrict src, rsize_t len, mbstate_t * restrict ps);<td>B.28 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wctrans_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l156">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l157">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l159">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l43">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l44">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l160">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l161">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l30">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l31">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l163">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l164">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l33">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l165">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l34">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l167">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l36">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l41">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l168">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l169">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l37">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.29 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l40">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.29 Wide character classification and mapping utilities
+</table>
+<h4>stats</h4><ul><li>missing: 233<li>nosym: 0<li>nodecl: 0</ul>
diff --git a/tab_c11.sh b/tab_c11.sh
new file mode 100755 (executable)
index 0000000..2db6440
--- /dev/null
@@ -0,0 +1,93 @@
+#!/bin/sh
+
+export LC_ALL=C
+MUSL=${MUSL:-../musl}
+
+( cd $MUSL; git log -n1 ) | awk '
+BEGIN {
+       getline
+       hash = $2
+       getline
+
+       commit = "<h4>commit</h4><p>commit <a href=\"http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=" hash "\">" hash "</a>"
+       while (getline == 1)
+               commit = commit "<br>" $0
+
+       FS = "\t"
+
+       c11 = "data/c11"
+       syms = "data/musl.syms"
+       tags = "data/musl.tags"
+
+       while (getline < syms == 1)
+               sym[$2] = $1
+       while (getline < tags == 1) {
+               if ($2 ~ /bits\//)
+                       s = $3 " "
+               else
+                       s = "<a href=\"http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/" $2 "#l" $4 "\">" $3 "</a> "
+               kind[$1] = kind[$1] $3
+               kindstr[$1] = kindstr[$1] s
+       }
+
+       legend = "<h4>legend</h4><ul><li>status: musl implementation status summary<ul>"
+       legend = legend "<li>(empty) - implemented"
+       legend = legend "<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)"
+       legend = legend "<li>nodecl - symbol is in libc.a but not declared in a public header"
+       legend = legend "<li>missing - neither in include files (see decl) nor in libc.a (see sym)"
+       legend = legend "</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul>"
+       legend = legend "<li>C - symbol is common (uninitialized data)"
+       legend = legend "<li>D - symbol is in the initialized data section"
+       legend = legend "<li>R - symbol is in the read only data section"
+       legend = legend "<li>T - symbol is in the text section"
+       legend = legend "<li>V - weak object"
+       legend = legend "<li>W - weak symbol"
+       legend = legend "</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul>"
+       legend = legend "<li>d - macro definition"
+       legend = legend "<li>t - typedef"
+       legend = legend "<li>s - struct declaration"
+       legend = legend "<li>u - union declaration"
+       legend = legend "<li>p - function prototype"
+       legend = legend "<li>x - external and forward variable declaration"
+       legend = legend "</ul></ul>"
+
+       print "<h3>musl vs c11 api</h3>"
+       print commit
+       print legend
+       print "<h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section"
+       nodecl = nosym = missing = 0
+       while (getline < c11 == 1) {
+               s = "<tr><td>"
+               if (sym[$1] && kind[$1]) {
+                       s = s "&#160;"
+               } else if (sym[$1]) {
+                       s = s "nodecl"
+                       nodecl++
+               } else if (kind[$1] ~ /[dtsu]/) {
+                       s = s "&#160;"
+               } else if (kind[$1]) {
+                       s = s "nosym"
+                       nosym++
+               } else {
+                       s = s "missing"
+                       missing++
+               }
+               s = s "<td>" sym[$1]
+               if (!sym[$1])
+                       s = s "&#160;"
+               s = s "<td>" kindstr[$1]
+               if (!kind[$1])
+                       s = s "&#160;"
+
+               s = s "<td>" $1
+               s = s "<td>" $3
+               if ($2)
+                       s = s "<td>" $2
+               else
+                       s = s "<td>&#160;"
+               s = s "<td>" $4
+               print s
+       }
+       print "</table>"
+       print "<h4>stats</h4><ul><li>missing: " missing "<li>nosym: " nosym "<li>nodecl: " nodecl "</ul>"
+}' >tab_c11.html
index 8ee230b..80180f7 100644 (file)
@@ -1,8 +1,7 @@
 <h3>musl vs c99 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=8a996b7e6c3cf9f852bfcd2adf2ed68bf4725754">8a996b7e6c3cf9f852bfcd2adf2ed68bf4725754</a><br>Date:   Thu Aug 2 22:11:49 2012 -0400<br><br>    release notes for 0.9.3
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=fb247fafa04ee52dda816355ab0461132297b9a4">fb247fafa04ee52dda816355ab0461132297b9a4</a><br>Date:   Sun Sep 2 12:46:06 2012 -0400<br><br>    avoid "inline" in public headers for strict c89 compatibility<br>    <br>    while musl itself requires a c99 compiler, some applications insist on<br>    being compiled with c89 compilers, and use of "inline" in the headers<br>    was breaking them. much of this had been avoided already by just<br>    skipping the inline keyword in pre-c99 compilers or modes, but this<br>    new unified solution is cleaner and may/should result in better code<br>    generation in the default gcc configuration.
 <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>
 <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
-<tr><td>missing<td>&#160;<td>&#160;<td>NDEBUG<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <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
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l8">d</a> <td>complex<td>complex.h<td>&#160;<td>B.2 Complex
 <tr><td>missing<td>&#160;<td>&#160;<td>imaginary<td>complex.h<td>&#160;<td>B.2 Complex
 <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
 <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
 <tr><td>&#160;<td>&#160;<td>t t <td>float_t<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l35">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l39">d</a> <td>FP_INFINITE<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAL<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td>t t <td>double_t<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l34">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l32">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
-<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>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l38">d</a> <td>FP_NORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
-<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_ILOGBNAN<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l23">d</a> <td>HUGE_VALF<td>math.h<td>&#160;<td>B.11 Mathematics
-<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>FP_SUBNORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
-<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>MATH_ERRNO<td>math.h<td>&#160;<td>B.11 Mathematics
-<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>HUGE_VALL<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l36">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
-<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>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l17">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l20">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l38">d</a> <td>FP_NAN<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l36">d</a> <td>FP_ILOGB0<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l28">d</a> <td>HUGE_VAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l42">d</a> <td>FP_NORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l35">d</a> <td>FP_ILOGBNAN<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l27">d</a> <td>HUGE_VALF<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l41">d</a> <td>FP_SUBNORMAL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l31">d</a> <td>MATH_ERRNO<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l29">d</a> <td>HUGE_VALL<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l40">d</a> <td>FP_ZERO<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l32">d</a> <td>MATH_ERREXCEPT<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l24">d</a> <td>INFINITY<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMA<td>math.h<td>&#160;<td>B.11 Mathematics
-<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>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l19">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l33">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l23">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l50">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l70">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l55">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
-<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>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l65">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l79">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
-<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>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
-<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>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
-<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>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l125">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l305">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l307">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l317">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l319">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
-<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>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
-<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>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
-<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>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l309">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l321">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l323">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
-<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>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
-<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>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
-<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>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
-<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>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l201">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
-<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>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l213">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
-<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>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l233">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
-<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>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
-<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>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
-<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>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
-<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>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
-<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>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l301">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l303">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l297">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l299">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
-<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>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
-<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>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
-<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>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
-<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>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l313">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
-<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>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
-<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>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l325">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l327">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l137">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
-<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>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
-<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>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
-<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>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l221">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l293">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l295">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
-<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>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l225">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l329">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l331">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
-<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>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
-<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>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l285">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
-<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>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
-<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>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
-<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>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
-<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>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
-<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>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l177">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
-<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>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
-<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>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l185">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l102">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l99">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l100">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l84">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l54">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l74">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l59">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l64">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l83">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l108">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l116">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l124">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l128">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l148">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l307">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l308">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l319">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l320">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l112">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l120">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l132">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l152">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l312">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l323">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l324">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l163">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l164">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l168">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l172">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l204">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l212">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l216">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l232">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l236">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l240">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l244">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l248">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l258">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l260">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l303">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l304">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l299">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l300">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l136">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l176">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l208">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l280">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l316">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l156">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l160">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l220">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l327">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l328">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l140">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l184">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l268">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l292">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l252">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l224">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l295">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l296">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l256">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l228">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l331">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l332">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l200">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l284">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l288">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l144">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l262">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l264">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l272">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l276">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l180">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l192">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l196">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l188">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l104">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l100">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l102">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l88">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td>t <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l31">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l32">p</a> <td>longjmp<td>setjmp.h<td>void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l10">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
-<tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
+<tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <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
 <tr><td>&#160;<td>&#160;<td>t <td>int8_t<td>stdint.h<td>&#160;<td>B.17 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l64">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l67">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l31">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l12">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l65">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l66">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l121">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.18 Input/output
-<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>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l123">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l122">p</a> <td>tmpnam<td>stdio.h<td>char *tmpnam(char *s);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l63">p</a> <td>fclose<td>stdio.h<td>int fclose(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l70">p</a> <td>fflush<td>stdio.h<td>int fflush(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l61">p</a> <td>fopen<td>stdio.h<td>FILE *fopen(const char * restrict filename, const char * restrict mode);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l62">p</a> <td>freopen<td>stdio.h<td>FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l118">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.18 Input/output
-<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>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.18 Input/output
-<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>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
-<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>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
-<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>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.18 Input/output
-<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>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l101">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.18 Input/output
-<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>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
-<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>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
-<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>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
-<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>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
-<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>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.18 Input/output
-<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>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l106">p</a> <td>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
-<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>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l113">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l120">p</a> <td>setbuf<td>stdio.h<td>void setbuf(FILE * restrict stream, char * restrict buf);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l119">p</a> <td>setvbuf<td>stdio.h<td>int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l101">p</a> <td>fprintf<td>stdio.h<td>int fprintf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l111">p</a> <td>fscanf<td>stdio.h<td>int fscanf(FILE * restrict stream, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l100">p</a> <td>printf<td>stdio.h<td>int printf(const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l110">p</a> <td>scanf<td>stdio.h<td>int scanf(const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l103">p</a> <td>snprintf<td>stdio.h<td>int snprintf(char * restrict s, size_t n, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l102">p</a> <td>sprintf<td>stdio.h<td>int sprintf(char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l112">p</a> <td>sscanf<td>stdio.h<td>int sscanf(const char * restrict s, const char * restrict format, ...);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l106">p</a> <td>vfprintf<td>stdio.h<td>int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l114">p</a> <td>vfscanf<td>stdio.h<td>int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l105">p</a> <td>vprintf<td>stdio.h<td>int vprintf(const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l113">p</a> <td>vscanf<td>stdio.h<td>int vscanf(const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l108">p</a> <td>vsnprintf<td>stdio.h<td>int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l107">p</a> <td>vsprintf<td>stdio.h<td>int vsprintf(char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l115">p</a> <td>vsscanf<td>stdio.h<td>int vsscanf(const char * restrict s, const char * restrict format, va_list arg);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l83">p</a> <td>fgetc<td>stdio.h<td>int fgetc(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l92">p</a> <td>fgets<td>stdio.h<td>char *fgets(char * restrict s, int n, FILE * restrict stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l88">p</a> <td>fputc<td>stdio.h<td>int fputc(int c, FILE *stream);<td>B.18 Input/output
-<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>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l97">p</a> <td>fputs<td>stdio.h<td>int fputs(const char * restrict s, FILE * restrict stream);<td>B.18 Input/output
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l84">p</a> <td>getc<td>stdio.h<td>int getc(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l85">p</a> <td>getchar<td>stdio.h<td>int getchar(void);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l93">p</a> <td>gets<td>stdio.h<td>char *gets(char *s);<td>B.18 Input/output
+<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>gets<td>stdio.h<td>char *gets(char *s);<td>B.18 Input/output
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l89">p</a> <td>putc<td>stdio.h<td>int putc(int c, FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l90">p</a> <td>putchar<td>stdio.h<td>int putchar(int c);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l96">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l98">p</a> <td>puts<td>stdio.h<td>int puts(const char *s);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l86">p</a> <td>ungetc<td>stdio.h<td>int ungetc(int c, FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l80">p</a> <td>fread<td>stdio.h<td>size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l81">p</a> <td>fwrite<td>stdio.h<td>size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l71">p</a> <td>clearerr<td>stdio.h<td>void clearerr(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l68">p</a> <td>feof<td>stdio.h<td>int feof(FILE *stream);<td>B.18 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l69">p</a> <td>ferror<td>stdio.h<td>int ferror(FILE *stream);<td>B.18 Input/output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l115">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.18 Input/output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l117">p</a> <td>perror<td>stdio.h<td>void perror(const char *s);<td>B.18 Input/output
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
-<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
-<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
-<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
-<tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
-<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
-<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
-<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l62">t</a> <td>ldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l75">d</a> <td>EXIT_FAILURE<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l78">d</a> <td>MB_CUR_MAX<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l63">t</a> <td>lldiv_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l76">d</a> <td>EXIT_SUCCESS<td>stdlib.h<td>&#160;<td>B.19 General utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l61">t</a> <td>div_t<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>stdlib.h<td>&#160;<td>B.19 General utilities
-<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
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l80">d</a> <td>RAND_MAX<td>stdlib.h<td>&#160;<td>B.19 General utilities
 <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
 <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
 <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
 <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
 <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
 <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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
-<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
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l43">p</a> <td>abort<td>stdlib.h<td>void abort(void);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l44">p</a> <td>atexit<td>stdlib.h<td>int atexit(void (*func)(void));<td>B.19 General utilities
+<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
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l46">p</a> <td>_Exit<td>stdlib.h<td>void _Exit(int status);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l50">p</a> <td>getenv<td>stdlib.h<td>char *getenv(const char *name);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l52">p</a> <td>system<td>stdlib.h<td>int system(const char *string);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l54">p</a> <td>bsearch<td>stdlib.h<td>void *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l55">p</a> <td>qsort<td>stdlib.h<td>void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l57">p</a> <td>abs<td>stdlib.h<td>int abs(int j);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l58">p</a> <td>labs<td>stdlib.h<td>long int labs(long int j);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l59">p</a> <td>llabs<td>stdlib.h<td>long long int llabs(long long int j);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l65">p</a> <td>div<td>stdlib.h<td>div_t div(int numer, int denom);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l66">p</a> <td>ldiv<td>stdlib.h<td>ldiv_t ldiv(long int numer, long int denom);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l67">p</a> <td>lldiv<td>stdlib.h<td>lldiv_t lldiv(long long int numer, long long int denom);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l69">p</a> <td>mblen<td>stdlib.h<td>int mblen(const char *s, size_t n);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l70">p</a> <td>mbtowc<td>stdlib.h<td>int mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l71">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l72">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.19 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l73">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.20 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>string.h<td>&#160;<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l26">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l53">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l51">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l313">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l201">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l125">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l285">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l137">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l213">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l293">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l221">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l301">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l305">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l225">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l297">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l317">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l233">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l325">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l329">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l309">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l177">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l80">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l133">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l196">d</a> <td>carg<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l321">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l107">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l84">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l136">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l199">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l185">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l88">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l137">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l200">d</a> <td>conj<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l92">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l141">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l204">d</a> <td>cproj<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l103">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l96">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l142">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l205">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l16">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l18">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l31">d</a> <td>NULL<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.22 Date and time
-<tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l37">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l40">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.24 Wide character classification and mapping utilities
 </table>
-<h4>stats</h4><ul><li>missing: 9<li>nosym: 0<li>nodecl: 0</ul>
+<h4>stats</h4><ul><li>missing: 5<li>nosym: 0<li>nodecl: 0</ul>
index d9e5462..8343f6e 100644 (file)
@@ -1,28 +1,28 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=8a996b7e6c3cf9f852bfcd2adf2ed68bf4725754">8a996b7e6c3cf9f852bfcd2adf2ed68bf4725754</a><br>Date:   Thu Aug 2 22:11:49 2012 -0400<br><br>    release notes for 0.9.3
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=fb247fafa04ee52dda816355ab0461132297b9a4">fb247fafa04ee52dda816355ab0461132297b9a4</a><br>Date:   Sun Sep 2 12:46:06 2012 -0400<br><br>    avoid "inline" in public headers for strict c89 compatibility<br>    <br>    while musl itself requires a c99 compiler, some applications insist on<br>    being compiled with c89 compilers, and use of "inline" in the headers<br>    was breaking them. much of this had been avoided already by just<br>    skipping the inline keyword in pre-c99 compilers or modes, but this<br>    new unified solution is cleaner and may/should result in better code<br>    generation in the default gcc configuration.
 <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)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(STREAMS and posix_trace* apis are excluded)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>posix<tr><th>status<th>sym<th>decl<th>name<th>header<th>option<th>desc
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l28">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ISSET.html">FD_ISSET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l26">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_SET.html">FD_SET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l25">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ZERO.html">FD_ZERO</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_Exit.html">_Exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>_Exit, _exit - terminate a process
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_Exit.html">_Exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>_Exit, _exit - terminate a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_exit.html">_exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>_Exit, _exit - terminate a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_longjmp.html">_longjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>_longjmp, _setjmp - non-local goto
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_setjmp.html">_setjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>_longjmp, _setjmp - non-local goto
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l56">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_tolower.html">_tolower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>_tolower - transliterate uppercase characters to lowercase
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l57">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_toupper.html">_toupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>_toupper - transliterate lowercase characters to uppercase
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/a64l.html">a64l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html">abort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abort - generate an abnormal process abort
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abs.html">abs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abs - return an integer absolute value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/a64l.html">a64l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html">abort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abort - generate an abnormal process abort
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abs.html">abs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abs - return an integer absolute value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l235">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html">access</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosh.html">acosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshf.html">acoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshl.html">acoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosl.html">acosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l106">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l126">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l189">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l110">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l127">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l190">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosh.html">acosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshf.html">acoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshl.html">acoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosl.html">acosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_cancel.html">aio_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_cancel - cancel an asynchronous I/O request
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_error.html">aio_error</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_error - retrieve errors status for an asynchronous I/O operation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_fsync.html">aio_fsync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_fsync - asynchronous file synchronization
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_suspend.html">aio_suspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_suspend - wait for an asynchronous I/O request
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_write.html">aio_write</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_write - asynchronous write to a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html">alarm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>alarm - schedule an alarm signal
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html">alphasort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html">alphasort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html">asctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>asctime, asctime_r - convert date and time to a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html">asctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>asctime, asctime_r - convert date and time to a string
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asin.html">asin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinf.html">asinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinh.html">asinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhf.html">asinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhl.html">asinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinl.html">asinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l114">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l191">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asin.html">asin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinf.html">asinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l118">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l129">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l192">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinh.html">asinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhf.html">asinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhl.html">asinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinl.html">asinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/assert.html">assert</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html">assert.h</a><td>&#160;<td>assert - insert program diagnostics
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan.html">atan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l125">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2.html">atan2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2f.html">atan2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2l.html">atan2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanf.html">atanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanh.html">atanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhf.html">atanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhl.html">atanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanl.html">atanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atexit.html">atexit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atexit - register a function to run at process termination
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l122">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l130">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l193">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan.html">atan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l126">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l131">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l194">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2.html">atan2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2f.html">atan2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2l.html">atan2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanf.html">atanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l130">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l132">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l195">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanh.html">atanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhf.html">atanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhl.html">atanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanl.html">atanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atexit.html">atexit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atexit - register a function to run at process termination
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atof.html">atof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atof - convert a string to a double-precision number
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoi.html">atoi</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atoi - convert a string to an integer
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atol.html">atol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoll.html">atoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/libgen.h#l9">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/basename.html">basename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>basename - return the last component of a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bsearch.html">bsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>bsearch - binary search a sorted table
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bsearch.html">bsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>bsearch - binary search a sorted table
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/btowc.html">btowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>btowc - single byte to wide character conversion
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabs.html">cabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cabs, cabsf, cabsl - return a complex absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabsf.html">cabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cabs, cabsf, cabsl - return a complex absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/nl_types.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catclose.html">catclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catclose - close a message catalog descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/nl_types.h#l17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catgets.html">catgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catgets - read a program message
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/nl_types.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catopen.html">catopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catopen - open a message catalog
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrt.html">cbrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html">cbrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html">cbrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l134">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l197">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrt.html">cbrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html">cbrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html">cbrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccos.html">ccos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosf.html">ccosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosh.html">ccosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccoshf.html">ccoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccoshl.html">ccoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosl.html">ccosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l137">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceil.html">ceil</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceilf.html">ceilf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceill.html">ceill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l135">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l198">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceil.html">ceil</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceilf.html">ceilf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceill.html">ceill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexp.html">cexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexpf.html">cexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexpl.html">cexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clogf.html">clogf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clogl.html">clogl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/close.html">close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>close - close a file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/closedir.html">closedir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>closedir - close a directory stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/closedir.html">closedir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>closedir - close a directory stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/syslog.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/closelog.html">closelog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/confstr.html">confstr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>confstr - get configurable variables
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l88">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l137">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l200">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conj.html">conj</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjf.html">conjf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjl.html">conjl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l230">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cos.html">cos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosf.html">cosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosh.html">cosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshf.html">coshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshl.html">coshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosl.html">cosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l233">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l138">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l201">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l139">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l202">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cos.html">cos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosf.html">cosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l140">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l203">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosh.html">cosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshf.html">coshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshl.html">coshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosl.html">cosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpow.html">cpow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpowf.html">cpowf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpowl.html">cpowl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanhf.html">ctanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanhl.html">ctanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/complex.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanl.html">ctanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctan, ctanf, ctanl - complex tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctermid.html">ctermid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctermid - generate a pathname for the controlling terminal
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l148">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctermid.html">ctermid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctermid - generate a pathname for the controlling terminal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html">ctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>ctime, ctime_r - convert a time value to a date and time string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html">ctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctime, ctime_r - convert a time value to a date and time string
 <tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l105">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/daylight.html">daylight</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_open.html">dbm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_store.html">dbm_store</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/difftime.html">difftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>difftime - compute the difference between two calendar time values
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html">dirfd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>dirfd - extract the file descriptor used by a DIR stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html">dirfd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>dirfd - extract the file descriptor used by a DIR stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/libgen.h#l8">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirname.html">dirname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dirname - report the parent directory name of a file pathname
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/div.html">div</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>div - compute the quotient and remainder of an integer division
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/div.html">div</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>div - compute the quotient and remainder of an integer division
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlclose.html">dlclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlclose - close a dlopen object
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html">dlerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlerror - get diagnostic information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlopen - gain access to an executable object file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlsym.html">dlsym</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlsym - obtain the address of a symbol from a dlopen object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html">dprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/drand48.html">drand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html">dprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/drand48.html">drand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html">dup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>dup, dup2 - duplicate an open file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html">dup2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>dup, dup2 - duplicate an open file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/duplocale.html">duplocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>duplocale - duplicate a locale object
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endpwent.html">endpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endservent.html">endservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/utmpx.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endutxent.html">endutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
-<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l171">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html">environ</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erand48.html">erand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erf.html">erf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcf.html">erfcf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcl.html">erfcl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erff.html">erff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfl.html">erfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
+<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l175">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html">environ</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erand48.html">erand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l143">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l206">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erf.html">erf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l158">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l144">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l207">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcf.html">erfcf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcl.html">erfcl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l155">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erff.html">erff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfl.html">erfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/errno.html">errno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html">errno.h</a><td>&#160;<td>errno - error return value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execl.html">execl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execle.html">execle</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execv.html">execv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execve.html">execve</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execvp.html">execvp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exit.html">exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>exit - terminate a process
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp.html">exp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2.html">exp2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2f.html">exp2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2l.html">exp2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expf.html">expf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expl.html">expl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html">expm1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1f.html">expm1f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html">expm1l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabs.html">fabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exit.html">exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>exit - terminate a process
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l162">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l145">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l208">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp.html">exp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l166">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l146">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2.html">exp2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2f.html">exp2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2l.html">exp2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expf.html">expf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expl.html">expl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l147">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html">expm1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1f.html">expm1f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html">expm1l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l174">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l148">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l211">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabs.html">fabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/faccessat.html">faccessat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html">fchdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fchdir - change working directory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html">fchmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fchmod - change mode of a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html">fclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fclose - close a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html">fcntl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td>&#160;<td>fcntl - file control
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html">fdatasync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SIO">SIO</a><td>fdatasync - synchronize the data of a file (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l177">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdim.html">fdim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdimf.html">fdimf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdiml.html">fdiml</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopen.html">fdopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fdopen - associate a stream with a file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopendir.html">fdopendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l178">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l149">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdim.html">fdim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdimf.html">fdimf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdiml.html">fdiml</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopen.html">fdopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fdopen - associate a stream with a file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopendir.html">fdopendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feclearexcept.html">feclearexcept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feclearexcept - clear floating-point exception
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fegetenv.html">fegetenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fegetenv, fesetenv - get and set current floating-point environment
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fegetexceptflag.html">fegetexceptflag</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>fegetexceptflag, fesetexceptflag - get and set floating-point status flags
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgets.html">fgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgets - get a string from a stream
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetwc.html">fgetwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fgetwc - get a wide-character code from a stream
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetws.html">fgetws</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fgetws - get a wide-character string from a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fileno.html">fileno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fileno - map a stream pointer to a file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/flockfile.html">flockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floor.html">floor</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorf.html">floorf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorl.html">floorl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l185">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fma.html">fma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaf.html">fmaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmal.html">fmal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmax.html">fmax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html">fmaxf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html">fmaxl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html">fmemopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fmemopen - open a memory buffer stream
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmin.html">fmin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminf.html">fminf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminl.html">fminl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html">fmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodf.html">fmodf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodl.html">fmodl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fileno.html">fileno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fileno - map a stream pointer to a file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/flockfile.html">flockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l182">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l150">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floor.html">floor</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorf.html">floorf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorl.html">floorl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l186">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l151">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l214">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fma.html">fma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaf.html">fmaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmal.html">fmal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l152">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l215">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmax.html">fmax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html">fmaxf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html">fmaxl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html">fmemopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fmemopen - open a memory buffer stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l194">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l153">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l216">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmin.html">fmin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminf.html">fminf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminl.html">fminl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l198">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l154">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l217">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html">fmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodf.html">fmodf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodl.html">fmodl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmtmsg.html">fmtmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fmtmsg.h.html">fmtmsg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>fmtmsg - display a message in the specified format on standard error and/or a system console
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fnmatch.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html">fnmatch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fnmatch.h.html">fnmatch.h</a><td>&#160;<td>fnmatch - match a filename or a pathname
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html">fopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fopen - open a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fork - create a new process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpathconf.html">fpathconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fpathconf, pathconf - get configurable pathname variables
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l50">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html">fpclassify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fpclassify - classify real floating type
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html">fprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l54">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html">fpclassify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fpclassify - classify real floating type
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html">fprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputc.html">fputc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputc - put a byte on a stream
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputs.html">fputs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputs - put a string on a stream
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputs.html">fputs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputs - put a string on a stream
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputwc.html">fputwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fputwc - put a wide-character code on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputws.html">fputws</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fputws - put a wide-character string on a stream
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fread.html">fread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fread - binary input
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freeaddrinfo.html">freeaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freelocale.html">freelocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>freelocale - free resources allocated for a locale object
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freopen.html">freopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>freopen - open a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l201">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html">frexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpf.html">frexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpl.html">frexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html">fscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l202">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l155">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l218">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html">frexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpf.html">frexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpl.html">frexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html">fscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html">fseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fseek, fseeko - reposition a file-position indicator in a stream
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html">fseeko</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fseek, fseeko - reposition a file-position indicator in a stream
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html">fseeko</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fseek, fseeko - reposition a file-position indicator in a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsetpos.html">fsetpos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fsetpos - set current file position
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html">fstat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatat.html">fstatat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/statvfs.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html">fstatvfs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html">sys/statvfs.h</a><td>&#160;<td>fstatvfs, statvfs - get file system information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html">fsync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#FSC">FSC</a><td>fsync - synchronize changes to a file
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftell.html">ftell</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>ftell, ftello - return a file offset in a stream
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftello.html">ftello</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ftell, ftello - return a file offset in a stream
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftello.html">ftello</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ftell, ftello - return a file offset in a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/ipc.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftok.html">ftok</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_ipc.h.html">sys/ipc.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ftok - generate an IPC key
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html">ftruncate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ftruncate - truncate a file to a specified length
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftrylockfile.html">ftrylockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftrylockfile.html">ftrylockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ftw.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftw.html">ftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ftw - traverse (walk) a file tree
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/funlockfile.html">funlockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/funlockfile.html">funlockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/futimens.html">futimens</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>futimens, utimensat, utimes - set file access and modification times
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fwide.html">fwide</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwide - set stream orientation
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fwprintf.html">fwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwprintf, swprintf, wprintf - print formatted wide-character output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html">gai_strerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>gai_strerror - address and name information error description
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getc.html">getc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>getc - get a byte from a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getc_unlocked.html">getc_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getc_unlocked.html">getc_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar.html">getchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>getchar - get a byte from a .I stdin stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar_unlocked.html">getchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar_unlocked.html">getchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html">getcwd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getcwd - get the pathname of the current working directory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate.html">getdate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getdate - convert user format date and time
 <tr><td>&#160;<td>C<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l108">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html">getdate_err</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getdate - convert user format date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html">getdelim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html">getdelim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getegid.html">getegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getegid - get the effective group ID
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getenv.html">getenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getenv - get value of an environment variable
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getenv.html">getenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getenv - get value of an environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/geteuid.html">geteuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>geteuid - get the effective user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgid.html">getgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getgid - get the real group ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/grp.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrent.html">getgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostid.html">gethostid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>gethostid - get an identifier for the current host
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostname.html">gethostname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>gethostname - get name of current host
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/time.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html">getitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html">getline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html">getline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin.html">getlogin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getlogin, getlogin_r - get login name
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin_r.html">getlogin_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getlogin, getlogin_r - get login name
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnameinfo.html">getnameinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>getnameinfo - get name information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html">getnetbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.html">getnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/getopt.h#l8">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html">getopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l235">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l238">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgid.html">getpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgid - get the process group ID for a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html">getpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgrp - get the process group ID of the calling process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html">getpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpid - get the process ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html">getpwuid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html">getrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrusage.html">getrusage</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrusage - get information about resource utilization
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html">gets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>gets - get a string from a .I stdin stream
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html">gets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>gets - get a string from a .I stdin stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyname.html">getservbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html">getservbyport</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservent.html">getservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsid.html">getsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getsid - get the process group ID of a session leader
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l234">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html">getsubopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getsubopt - parse suboption arguments from a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l237">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html">getsubopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getsubopt - parse suboption arguments from a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/time.h#l9">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>gettimeofday - get the date and time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getuid.html">getuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getuid - get a real user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/utmpx.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxent.html">getutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/glob.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/globfree.html">globfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html">glob.h</a><td>&#160;<td>glob, globfree - generate pathnames matching a pattern
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html">gmtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html">gmtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/grantpt.html">grantpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>grantpt - grant access to the slave pseudo-terminal device
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/grantpt.html">grantpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>grantpt - grant access to the slave pseudo-terminal device
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hcreate.html">hcreate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hdestroy.html">hdestroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hsearch.html">hsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l20">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netinet/in.h#l68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html">htonl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l21">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netinet/in.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htons.html">htons</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html">hypot</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html">hypotf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html">hypotl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l206">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l219">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html">hypot</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html">hypotf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html">hypotl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iconv.h#l15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html">iconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv - codeset conversion function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iconv.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html">iconv_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_close - codeset conversion deallocation function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/iconv.h#l14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_open.html">iconv_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_open - codeset conversion allocation function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/net/if.h#l17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_indextoname.html">if_indextoname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_indextoname - map a network interface index to its corresponding name
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/net/if.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nameindex.html">if_nameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nameindex - return all network interface names and indexes
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/net/if.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nametoindex.html">if_nametoindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nametoindex - map a network interface name to its corresponding index
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html">ilogb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html">ilogbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html">ilogbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l210">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l220">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html">ilogb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html">ilogbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l212">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html">ilogbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxabs.html">imaxabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxabs - return absolute value
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html">imaxdiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxdiv - return quotient and remainder
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html">inet_addr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntoa.html">inet_ntoa</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html">inet_ntop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_pton.html">inet_pton</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/initstate.html">initstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/initstate.html">initstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/insque.html">insque</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>insque, remque - insert or remove an element in a queue
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l8">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isalnum.html">isalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isalnum, isalnum_l - test for an alphanumeric character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isalnum_l.html">isalnum_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isalnum, isalnum_l - test for an alphanumeric character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iscntrl_l.html">iscntrl_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iscntrl, iscntrl_l - test for a control character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l12">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit.html">isdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isdigit, isdigit_l - test for a decimal digit
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit_l.html">isdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isdigit, isdigit_l - test for a decimal digit
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l70">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isfinite.html">isfinite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isfinite - test for finite value
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l74">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isfinite.html">isfinite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isfinite - test for finite value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l28">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l13">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph.html">isgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isgraph, isgraph_l - test for a visible character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph_l.html">isgraph_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isgraph, isgraph_l - test for a visible character
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreater.html">isgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreater - test if x greater than y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l102">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html">isgreaterequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreaterequal - test if x is greater than or equal to y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l55">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html">isinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isinf - test for infinity
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l99">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isless.html">isless</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isless - test if x is less than y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l100">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessequal.html">islessequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessequal - test if x is less than or equal to y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html">islessgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessgreater - test if x is less than or greater than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l104">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreater.html">isgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreater - test if x greater than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l103">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html">isgreaterequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreaterequal - test if x is greater than or equal to y
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html">isinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isinf - test for infinity
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l100">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isless.html">isless</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isless - test if x is less than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l101">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessequal.html">islessequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessequal - test if x is less than or equal to y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l102">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html">islessgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessgreater - test if x is less than or greater than y
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l25">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islower.html">islower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>islower, islower_l - test for a lowercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islower_l.html">islower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>islower, islower_l - test for a lowercase letter
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnan.html">isnan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnan - test for a NaN
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l65">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnormal.html">isnormal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnormal - test for a normal value
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l64">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnan.html">isnan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnan - test for a NaN
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnormal.html">isnormal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnormal - test for a normal value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l27">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isprint.html">isprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isprint, isprint_l - test for a printable character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isprint_l.html">isprint_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isprint, isprint_l - test for a printable character
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ispunct.html">ispunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>ispunct, ispunct_l - test for a punctuation character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ispunct_l.html">ispunct_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ispunct, ispunct_l - test for a punctuation character
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isspace.html">isspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isspace, isspace_l - test for a white-space character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isspace_l.html">isspace_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isspace, isspace_l - test for a white-space character
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l84">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l88">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l26">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper.html">isupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isupper, isupper_l - test for an uppercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper_l.html">isupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isupper, isupper_l - test for an uppercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html">iswalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l356">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j0.html">j0</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l357">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j1.html">j1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l358">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jn.html">jn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jrand48.html">jrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jrand48.html">jrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/l64a.html">l64a</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/labs.html">labs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/l64a.html">l64a</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/labs.html">labs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html">lchown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lchown - change the owner and group of a symbolic link
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lcong48.html">lcong48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l213">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexp.html">ldexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpf.html">ldexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpl.html">ldexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldiv.html">ldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lcong48.html">lcong48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l214">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l158">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l221">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexp.html">ldexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l215">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpf.html">ldexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l216">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpl.html">ldexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldiv.html">ldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lfind.html">lfind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lsearch, lfind - linear search and update
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgamma.html">lgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html">lgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammal.html">lgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l218">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l159">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l222">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgamma.html">lgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l219">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html">lgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l220">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammal.html">lgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html">link</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/linkat.html">linkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lio_listio.html">lio_listio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>lio_listio - list directed I/O
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l231">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llabs.html">llabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lldiv.html">lldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l221">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintf.html">llrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintl.html">llrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l225">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llround.html">llround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundf.html">llroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundl.html">llroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l234">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llabs.html">llabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lldiv.html">lldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l222">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l160">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l223">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintf.html">llrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintl.html">llrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l161">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l224">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llround.html">llround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundf.html">llroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l228">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundl.html">llroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localeconv.html">localeconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>localeconv - return locale-specific information
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html">localtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>localtime, localtime_r - convert a time value to a broken-down local time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html">localtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>localtime, localtime_r - convert a time value to a broken-down local time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l105">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lockf.html">lockf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lockf - record locking on files
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log.html">log</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l233">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10.html">log10</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10f.html">log10f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html">log10l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1p.html">log1p</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pf.html">log1pf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pl.html">log1pl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2.html">log2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2f.html">log2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2l.html">log2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logb.html">logb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbf.html">logbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbl.html">logbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logf.html">logf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logl.html">logl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l162">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l225">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log.html">log</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l234">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l163">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l226">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10.html">log10</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l235">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10f.html">log10f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l236">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html">log10l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l238">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l164">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l227">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1p.html">log1p</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l239">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pf.html">log1pf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pl.html">log1pl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l242">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l165">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l228">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2.html">log2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l243">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2f.html">log2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2l.html">log2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l246">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l166">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l229">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logb.html">logb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbf.html">logbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l248">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbl.html">logbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logf.html">logf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logl.html">logl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l35">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/longjmp.html">longjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td>&#160;<td>longjmp - non-local goto
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrand48.html">lrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrint.html">lrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintf.html">lrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintl.html">lrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lround.html">lround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundf.html">lroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundl.html">lroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrand48.html">lrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l250">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l167">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l230">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrint.html">lrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l251">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintf.html">lrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l252">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintl.html">lrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l254">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l168">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l231">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lround.html">lround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l255">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundf.html">lroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l256">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundl.html">lroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lsearch.html">lsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lsearch, lfind - linear search and update
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html">lseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lseek - move the read/write file offset
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lstat.html">lstat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html">malloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>malloc - a memory allocator
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mblen.html">mblen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mblen - get number of bytes in a character
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mblen.html">mblen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mblen - get number of bytes in a character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrlen.html">mbrlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbrlen - get number of bytes in a character (restartable)
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrtowc.html">mbrtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbrtowc - convert a character to a wide-character code (restartable)
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsinit.html">mbsinit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsinit - determine conversion object status
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsnrtowcs.html">mbsnrtowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsrtowcs.html">mbsrtowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbstowcs.html">mbstowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbstowcs - convert a character string to a wide-character string
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html">mbtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbtowc - convert a character to a wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbstowcs.html">mbstowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbstowcs - convert a character string to a wide-character string
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html">mbtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbtowc - convert a character to a wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memccpy.html">memccpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>memccpy - copy bytes in memory
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memchr.html">memchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memchr - find byte in memory
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcmp.html">memcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcmp - compare bytes in memory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memset.html">memset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memset - set bytes in memory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdir.html">mkdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkdir, mkdirat - make a directory relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdirat.html">mkdirat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkdir, mkdirat - make a directory relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html">mkdtemp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>mkdtemp, mkstemp - create a unique directory or file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html">mkdtemp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>mkdtemp, mkstemp - create a unique directory or file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html">mkfifo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifoat.html">mkfifoat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html">mknod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>mknod, mknodat - make directory, special file, or regular file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknodat.html">mknodat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>mknod, mknodat - make directory, special file, or regular file
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html">mkstemp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>mkdtemp, mkstemp - create a unique directory or file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html">mkstemp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>mkdtemp, mkstemp - create a unique directory or file
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mktime.html">mktime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>mktime - convert broken-down time into time since the Epoch
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlock.html">mlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlockall.html">mlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html">mmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mmap - map pages of memory
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modf.html">modf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modff.html">modff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modfl.html">modfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modf.html">modf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l259">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modff.html">modff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l260">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modfl.html">modfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html">mprotect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mprotect - set protection of memory mapping
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/mqueue.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_close.html">mq_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_close - close a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/mqueue.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html">mq_getattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_getattr - get message queue attributes (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/mqueue.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedreceive.html">mq_timedreceive</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/mqueue.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedsend.html">mq_timedsend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/mqueue.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_unlink.html">mq_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_unlink - remove a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mrand48.html">mrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mrand48.html">mrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/msg.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgctl.html">msgctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgctl - XSI message control operations
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/msg.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgget.html">msgget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgget - get the XSI message queue identifier
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/msg.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgrcv.html">msgrcv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgrcv - XSI message receive operation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlock.html">munlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlockall.html">munlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munmap.html">munmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>munmap - unmap pages of memory
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nan.html">nan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanf.html">nanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanl.html">nanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nan.html">nan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l263">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanf.html">nanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l264">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanl.html">nanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html">nanosleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>nanosleep - high resolution sleep
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html">nearbyint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html">nearbyintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html">nearbyintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l266">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l169">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l232">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html">nearbyint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l267">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html">nearbyintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l268">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html">nearbyintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html">newlocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>newlocale - create or modify a locale object
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafter.html">nextafter</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html">nextafterf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html">nextafterl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttoward.html">nexttoward</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardf.html">nexttowardf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardl.html">nexttowardl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l270">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l170">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l233">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafter.html">nextafter</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l271">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html">nextafterf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l272">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html">nextafterl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l274">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l171">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l234">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttoward.html">nexttoward</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardf.html">nexttowardf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l276">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardl.html">nexttowardl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ftw.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nftw.html">nftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nftw - walk a file tree
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nice.html">nice</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nice - change the nice value of a process
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/langinfo.h#l80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html">nl_langinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/langinfo.h#l81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo_l.html">nl_langinfo_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nrand48.html">nrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nrand48.html">nrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l22">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netinet/in.h#l70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohl.html">ntohl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l23">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netinet/in.h#l71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohs.html">ntohs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html">open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html">open_memstream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>open_memstream, open_wmemstream - open a dynamic memory buffer stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html">open_memstream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>open_memstream, open_wmemstream - open a dynamic memory buffer stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_wmemstream.html">open_wmemstream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>open_memstream, open_wmemstream - open a dynamic memory buffer stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/openat.html">openat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/opendir.html">opendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/opendir.html">opendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/syslog.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/openlog.html">openlog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>C<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/getopt.h#l9">x</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l120">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/optarg.html">optarg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
 <tr><td>&#160;<td>D<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/getopt.h#l10">x</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l121">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/opterr.html">opterr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
 <tr><td>&#160;<td>C<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/getopt.h#l10">x</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l121">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/optopt.html">optopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html">pathconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fpathconf, pathconf - get configurable pathname variables
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pause.html">pause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pause - suspend the thread until a signal is received
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pclose.html">pclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pclose - close a pipe stream to or from a process
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/perror.html">perror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>perror - write error messages to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pclose.html">pclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pclose - close a pipe stream to or from a process
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/perror.html">perror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>perror - write error messages to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pipe.html">pipe</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pipe - create an interprocess channel
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/poll.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html">poll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html">poll.h</a><td>&#160;<td>poll - input/output multiplexing
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/popen.html">popen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>popen - initiate pipe streams to or from a process
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/popen.html">popen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>popen - initiate pipe streams to or from a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_fadvise.html">posix_fadvise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_fadvise - file advisory information (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_fallocate.html">posix_fallocate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_fallocate - file space control (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_madvise.html">posix_madvise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_madvise - memory advisory information and alignment control (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_mem_offset.html">posix_mem_offset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_mem_offset - find offset and length of a mapped typed memory block (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html">posix_memalign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_memalign - aligned memory allocation (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_openpt.html">posix_openpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>posix_openpt - open a pseudo-terminal device
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html">posix_memalign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ADV">ADV</a><td>posix_memalign - aligned memory allocation (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_openpt.html">posix_openpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>posix_openpt - open a pseudo-terminal device
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addclose.html">posix_spawn_file_actions_addclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_adddup2.html">posix_spawn_file_actions_adddup2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html">posix_spawnp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_get_info.html">posix_typed_mem_get_info</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_typed_mem_get_info - query typed memory information (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_open.html">posix_typed_mem_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_typed_mem_open - open a typed memory object (<b>ADVANCED REALTIME</b>)
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powf.html">powf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powl.html">powl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l278">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l172">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l235">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l279">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powf.html">powf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l280">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powl.html">powl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html">pread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html">printf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html">printf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_trylock.html">pthread_spin_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_unlock.html">pthread_spin_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_unlock - unlock a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html">pthread_testcancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ptsname.html">ptsname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ptsname - get name of the slave pseudo-terminal device
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ptsname.html">ptsname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ptsname - get name of the slave pseudo-terminal device
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc.html">putc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putc - put a byte on a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html">putc_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html">putc_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar.html">putchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putchar - put a byte on a stdout stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html">putchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html">putenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>putenv - change or add a value to an environment
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/puts.html">puts</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>puts - put a string on standard output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html">putchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html">putenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>putenv - change or add a value to an environment
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/puts.html">puts</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>puts - put a string on standard output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/utmpx.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pututxline.html">pututxline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwc.html">putwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwc - put a wide character on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwchar.html">putwchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwchar - put a wide character on a stdout stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html">pwrite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html">qsort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>qsort - sort a table of data
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html">qsort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>qsort - sort a table of data
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand.html">rand</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>rand, rand_r, srand - pseudo-random number generator
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand_r.html">rand_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rand, rand_r, srand - pseudo-random number generator
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html">random</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand_r.html">rand_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rand, rand_r, srand - pseudo-random number generator
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html">random</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html">read</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir.html">readdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html">readdir_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir.html">readdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html">readdir_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>readdir, readdir_r - read a directory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html">readlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlinkat.html">readlinkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/uio.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readv.html">readv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>readv - read a vector
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html">realloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>realloc - memory reallocator
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html">realpath</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>realpath - resolve a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l238">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l242">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html">realpath</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>realpath - resolve a pathname
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l241">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l243">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l245">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/regex.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regcomp.html">regcomp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/regex.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regerror.html">regerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/regex.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html">regexec</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/regex.h#l52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regfree.html">regfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l282">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l173">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l283">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l284">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remove.html">remove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>remove - remove a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remque.html">remque</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>insque, remque - insert or remove an element in a queue
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l285">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html">remquo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquof.html">remquof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquol.html">remquol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l286">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l174">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l237">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html">remquo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l287">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquof.html">remquof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l288">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquol.html">remquol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rename.html">rename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/renameat.html">renameat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/renameat.html">renameat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewind.html">rewind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>rewind - reset the file position indicator in a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html">rewinddir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>rewinddir - reset the position of a directory stream to the beginning of a directory
-<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> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rint.html">rint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintf.html">rintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintl.html">rintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html">rewinddir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>rewinddir - reset the position of a directory stream to the beginning of a directory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l175">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l238">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rint.html">rint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintf.html">rintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l292">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintl.html">rintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rmdir.html">rmdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>rmdir - remove a directory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l293">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html">round</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundf.html">roundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l295">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundl.html">roundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l297">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbln.html">scalbln</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html">scalblnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l299">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html">scalblnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l301">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbn.html">scalbn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnf.html">scalbnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l303">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnl.html">scalbnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scandir.html">scandir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scanf.html">scanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l176">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l239">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html">round</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l295">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundf.html">roundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundl.html">roundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l298">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l177">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l240">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbln.html">scalbln</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l299">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html">scalblnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l300">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html">scalblnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l302">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l178">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l241">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbn.html">scalbn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l303">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnf.html">scalbnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l304">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnl.html">scalbnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scandir.html">scandir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scanf.html">scanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sched.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html">sched_get_priority_max</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_get_priority_max, sched_get_priority_min - get priority limits (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sched.h#l22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_min.html">sched_get_priority_min</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_get_priority_max, sched_get_priority_min - get priority limits (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sched.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_getparam.html">sched_getparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_getparam - get scheduling parameters (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sched.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_setparam.html">sched_setparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_setparam - set scheduling parameters (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sched.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_setscheduler.html">sched_setscheduler</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_setscheduler - set scheduling policy and parameters (<b>REALTIME</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sched.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_yield.html">sched_yield</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td>&#160;<td>sched_yield - yield the processor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seed48.html">seed48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seekdir.html">seekdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>seekdir - set the position of a directory stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seed48.html">seed48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seekdir.html">seekdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>seekdir - set the position of a directory stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html">select</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/semaphore.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_close.html">sem_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_close - close a named semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/semaphore.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_destroy.html">sem_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_destroy - destroy an unnamed semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/semaphore.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_trywait.html">sem_trywait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/semaphore.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_unlink.html">sem_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_unlink - remove a named semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/semaphore.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_wait.html">sem_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/sem.h#l56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/sem.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/sem.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l237">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l241">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l239">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html">setbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setbuf - assign buffering to a stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/sem.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/sem.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/sem.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l242">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html">setbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setegid.html">setegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setegid - set the effective group ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html">setenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>setenv - add or change environment variable
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html">setenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>setenv - add or change environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seteuid.html">seteuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>seteuid - set effective user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setgid.html">setgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setgid - set-group-ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/grp.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setgrent.html">setgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sethostent.html">sethostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/time.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setitimer.html">setitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l34">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setjmp.html">setjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td>&#160;<td>setjmp - set jump point for a non-local goto
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setkey.html">setkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setkey - set encoding key (<b>CRYPT</b>)
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setkey.html">setkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setkey - set encoding key (<b>CRYPT</b>)
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlocale.html">setlocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>setlocale - set program locale
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/syslog.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlogmask.html">setlogmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setnetent.html">setnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html">setrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setservent.html">setservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsid.html">setsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setsid - create session and set process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l245">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setstate.html">setstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l248">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setstate.html">setstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setuid.html">setuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setuid - set user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/utmpx.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html">setvbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setvbuf - assign buffering to a stream
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html">setvbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setvbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html">shm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_open - open a shared memory object (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html">shm_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_unlink - remove a shared memory object (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/shm.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmat.html">shmat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmat - XSI shared memory attach operation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/shm.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmctl.html">shmctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmctl - XSI shared memory control operations
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/shm.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html">shmdt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmdt - XSI shared memory detach operation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/shm.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmget.html">shmget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmget - get an XSI shared memory segment
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l230">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/setjmp.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siglongjmp.html">siglongjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>siglongjmp - non-local goto with signal handling
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l228">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l79">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signbit.html">signbit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>signbit - test sign
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l83">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signbit.html">signbit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>signbit - test sign
 <tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l354">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signgam.html">signgam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lgamma, lgammaf, lgammal, signgam - log gamma function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/signal.h#l173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l305">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sin.html">sin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinf.html">sinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l309">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinh.html">sinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhf.html">sinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhl.html">sinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l307">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l306">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l179">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l242">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sin.html">sin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l307">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinf.html">sinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l310">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l180">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l243">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinh.html">sinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhf.html">sinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhl.html">sinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html">sleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sleep - suspend execution for an interval of time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html">snprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sprintf.html">sprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l313">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html">sqrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html">snprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l250">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l228">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sprintf.html">sprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l314">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l181">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l316">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html">sqrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand.html">srand</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>rand, rand_r, srand - pseudo-random number generator
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand48.html">srand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srandom.html">srandom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sscanf.html">sscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand48.html">srand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srandom.html">srandom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sscanf.html">sscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stat.html">stat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/statvfs.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/statvfs.html">statvfs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html">sys/statvfs.h</a><td>&#160;<td>fstatvfs, statvfs - get file system information
 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l59">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l55">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stderr.html">stderr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sync.html">sync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sync - schedule file system updates
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html">sysconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sysconf - get configurable system variables
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/syslog.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html">syslog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/system.html">system</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>system - issue a command
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l317">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tan.html">tan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanf.html">tanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l321">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanh.html">tanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhf.html">tanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l323">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhl.html">tanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l319">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanl.html">tanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/system.html">system</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>system - issue a command
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l318">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l182">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l245">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tan.html">tan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l319">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanf.html">tanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l322">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l183">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l246">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanh.html">tanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l323">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhf.html">tanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l324">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhl.html">tanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l320">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanl.html">tanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/termios.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcdrain.html">tcdrain</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcdrain - wait for transmission of output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/termios.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflow.html">tcflow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcflow - suspend or restart the transmission or reception of data
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/termios.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflush.html">tcflush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcflush - flush non-transmitted output data, non-read input data, or both
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/termios.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetattr.html">tcsetattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcsetattr - set the parameters associated with the terminal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetpgrp.html">tcsetpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>tcsetpgrp - set the foreground process group ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tdelete.html">tdelete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/telldir.html">telldir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>telldir - current location of a named directory stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tempnam.html">tempnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tempnam - create a name for a temporary file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/telldir.html">telldir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>telldir - current location of a named directory stream
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tempnam.html">tempnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tempnam - create a name for a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tfind.html">tfind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l325">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgamma.html">tgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html">tgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l327">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammal.html">tgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l326">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l184">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l247">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgamma.html">tgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l327">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html">tgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l328">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammal.html">tgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html">time</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>time - get time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html">timer_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_create - create a per-process timer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html">timer_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_delete - delete a per-process timer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html">timer_settime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_getoverrun, timer_gettime, timer_settime - per-process timers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/times.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/times.html">times</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html">sys/times.h</a><td>&#160;<td>times - get process and waited-for child process times
 <tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l106">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timezone.html">timezone</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpfile.html">tmpfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>tmpfile - create a temporary file
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpnam.html">tmpnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>tmpnam - create a name for a temporary file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpfile.html">tmpfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>tmpfile - create a temporary file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpnam.html">tmpnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>tmpnam - create a name for a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/toascii.html">toascii</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>toascii - translate an integer to a 7-bit ASCII character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower.html">tolower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>tolower, tolower_l - transliterate uppercase characters to lowercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower_l.html">tolower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>tolower, tolower_l - transliterate uppercase characters to lowercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html">towlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l169">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.html">towupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html">towupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l329">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l185">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/tgmath.h#l248">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html">truncate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>truncate - truncate a file to a specified length
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l330">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l331">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncl.html">truncl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l331">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l332">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncl.html">truncl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tsearch.html">tsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname.html">ttyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html">ttyname_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ungetwc.html">ungetwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>ungetwc - push wide-character code back into the input stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlink.html">unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>unlink, unlinkat - remove a directory entry relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlinkat.html">unlinkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>unlink, unlinkat - remove a directory entry relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlockpt.html">unlockpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>unlockpt - unlock a pseudo-terminal master/slave pair
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unsetenv.html">unsetenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>unsetenv - remove an environment variable
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unlockpt.html">unlockpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>unlockpt - unlock a pseudo-terminal master/slave pair
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/unsetenv.html">unsetenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>unsetenv - remove an environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/uselocale.html">uselocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>uselocale - use locale in current thread
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/utime.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utime.html">utime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utime.h.html">utime.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>utime - set file access and modification times
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html">utimensat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>futimens, utimensat, utimes - set file access and modification times
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_copy.html">va_copy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a><td>&#160;<td>va_arg, va_copy, va_end, va_start - handle variable argument list
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_end.html">va_end</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a><td>&#160;<td>va_arg, va_copy, va_end, va_start - handle variable argument list
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/va_start.html">va_start</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a><td>&#160;<td>va_arg, va_copy, va_end, va_start - handle variable argument list
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html">vdprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfprintf.html">vfprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfscanf.html">vfscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html">vdprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfprintf.html">vfprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfscanf.html">vfscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfwprintf.html">vfwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vfwscanf.html">vfwscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vprintf.html">vprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vscanf.html">vscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsnprintf.html">vsnprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsprintf.html">vsprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsscanf.html">vsscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vprintf.html">vprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vscanf.html">vscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsnprintf.html">vsnprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsprintf.html">vsprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vsscanf.html">vsscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>vfscanf, vscanf, vsscanf - format input of a stdarg argument list
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vswprintf.html">vswprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vswscanf.html">vswscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/vwprintf.html">vwprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html">stdarg.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstol.html">wcstol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstold.html">wcstold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoll.html">wcstoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstombs.html">wcstombs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wcstombs - convert a wide-character string to a character string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstombs.html">wcstombs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wcstombs - convert a wide-character string to a character string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoul.html">wcstoul</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoull.html">wcstoull</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
 <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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoumax.html">wcstoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm.html">wcsxfrm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsxfrm, wcsxfrm_l - wide-character string transformation
 <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> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm_l.html">wcsxfrm_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wcsxfrm, wcsxfrm_l - wide-character string transformation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctob.html">wctob</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wctob - wide-character to single-byte conversion
-<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><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctomb.html">wctomb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wctomb - convert a wide-character code to a character
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctomb.html">wctomb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wctomb - convert a wide-character code to a character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans.html">wctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctrans, wctrans_l - define character mapping
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans_l.html">wctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctrans, wctrans_l - define character mapping
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l170">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype.html">wctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctype, wctype_l - define character class
index 84f3395..03a9d21 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -6,5 +6,6 @@ export LC_ALL=C
 . ./maketags.sh
 . ./maketagssrc.sh
 . ./tab_c99.sh
+. ./tab_c11.sh
 . ./tab_posix.sh
 . ./findproblems.sh