X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=tab_c99.html;h=80180f785e8e4705e2ad368dc99e98393fe635a9;hp=8ee230b0e979c506ad04db222a6d366482bef227;hb=42056842b1310d2f3c5f2c49aa51f568bc689ff7;hpb=a7b64a4ce9e24739f8c30c2978aac6b92761a1b0 diff --git a/tab_c99.html b/tab_c99.html index 8ee230b..80180f7 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,8 +1,7 @@

musl vs c99 api

-

commit

commit 8a996b7e6c3cf9f852bfcd2adf2ed68bf4725754
Date: Thu Aug 2 22:11:49 2012 -0400

release notes for 0.9.3 +

commit

commit fb247fafa04ee52dda816355ab0461132297b9a4
Date: Sun Sep 2 12:46:06 2012 -0400

avoid "inline" in public headers for strict c89 compatibility

while musl itself requires a c99 compiler, some applications insist on
being compiled with c89 compilers, and use of "inline" in the headers
was breaking them. much of this had been avoided already by just
skipping the inline keyword in pre-c99 compilers or modes, but this
new unified solution is cleaner and may/should result in better code
generation in the default gcc configuration.

legend

table

muslc99
statussymdeclnameheaderprotosection -
missing  NDEBUGassert.h B.1 Diagnostics
  d d d assertassert.hvoid assert(scalar expression);B.1 Diagnostics
  d complexcomplex.h B.2 Complex
missing  imaginarycomplex.h B.2 Complex @@ -350,208 +349,208 @@
 Tp setlocalelocale.hchar *setlocale(int category, const char *locale);B.10 Localization
 Tp localeconvlocale.hstruct lconv *localeconv(void);B.10 Localization
  t t float_tmath.h B.11 Mathematics -
  d FP_INFINITEmath.h B.11 Mathematics +
  d FP_INFINITEmath.h B.11 Mathematics
missing  FP_FAST_FMALmath.h B.11 Mathematics
  t t double_tmath.h B.11 Mathematics -
  d FP_NANmath.h B.11 Mathematics -
  d FP_ILOGB0math.h B.11 Mathematics -
  d HUGE_VALmath.h B.11 Mathematics -
  d FP_NORMALmath.h B.11 Mathematics -
  d FP_ILOGBNANmath.h B.11 Mathematics -
  d HUGE_VALFmath.h B.11 Mathematics -
  d FP_SUBNORMALmath.h B.11 Mathematics -
  d MATH_ERRNOmath.h B.11 Mathematics -
  d HUGE_VALLmath.h B.11 Mathematics -
  d FP_ZEROmath.h B.11 Mathematics -
  d MATH_ERREXCEPTmath.h B.11 Mathematics -
  d d INFINITYmath.h B.11 Mathematics +
  d FP_NANmath.h B.11 Mathematics +
  d FP_ILOGB0math.h B.11 Mathematics +
  d HUGE_VALmath.h B.11 Mathematics +
  d FP_NORMALmath.h B.11 Mathematics +
  d FP_ILOGBNANmath.h B.11 Mathematics +
  d HUGE_VALFmath.h B.11 Mathematics +
  d FP_SUBNORMALmath.h B.11 Mathematics +
  d MATH_ERRNOmath.h B.11 Mathematics +
  d HUGE_VALLmath.h B.11 Mathematics +
  d FP_ZEROmath.h B.11 Mathematics +
  d MATH_ERREXCEPTmath.h B.11 Mathematics +
  d d INFINITYmath.h B.11 Mathematics
missing  FP_FAST_FMAmath.h B.11 Mathematics -
  d math_errhandlingmath.h B.11 Mathematics -
  d d NANmath.h B.11 Mathematics +
  d math_errhandlingmath.h B.11 Mathematics +
  d d NANmath.h B.11 Mathematics
missing  FP_FAST_FMAFmath.h B.11 Mathematics -
  d fpclassifymath.hint fpclassify(real-floating x);B.11 Mathematics -
  d isfinitemath.hint isfinite(real-floating x);B.11 Mathematics -
  d isinfmath.hint isinf(real-floating x);B.11 Mathematics -
  d isnanmath.hint isnan(real-floating x);B.11 Mathematics -
  d isnormalmath.hint isnormal(real-floating x);B.11 Mathematics -
  d signbitmath.hint signbit(real-floating x);B.11 Mathematics -
 Tp d d acosmath.hdouble acos(double x);B.11 Mathematics -
 Tp acosfmath.hfloat acosf(float x);B.11 Mathematics -
 Tp acoslmath.hlong double acosl(long double x);B.11 Mathematics -
 Tp d d asinmath.hdouble asin(double x);B.11 Mathematics -
 Tp asinfmath.hfloat asinf(float x);B.11 Mathematics -
 Tp asinlmath.hlong double asinl(long double x);B.11 Mathematics -
 Tp d d atanmath.hdouble atan(double x);B.11 Mathematics -
 Tp atanfmath.hfloat atanf(float x);B.11 Mathematics -
 Tp atanlmath.hlong double atanl(long double x);B.11 Mathematics -
 Tp d d atan2math.hdouble atan2(double y, double x);B.11 Mathematics -
 Tp atan2fmath.hfloat atan2f(float y, float x);B.11 Mathematics -
 Tp atan2lmath.hlong double atan2l(long double y, long double x);B.11 Mathematics -
 Tp d d cosmath.hdouble cos(double x);B.11 Mathematics -
 Tp cosfmath.hfloat cosf(float x);B.11 Mathematics -
 Tp coslmath.hlong double cosl(long double x);B.11 Mathematics -
 Tp d d sinmath.hdouble sin(double x);B.11 Mathematics -
 Tp sinfmath.hfloat sinf(float x);B.11 Mathematics -
 Tp sinlmath.hlong double sinl(long double x);B.11 Mathematics -
 Tp d d tanmath.hdouble tan(double x);B.11 Mathematics -
 Tp tanfmath.hfloat tanf(float x);B.11 Mathematics -
 Tp tanlmath.hlong double tanl(long double x);B.11 Mathematics -
 Tp d d acoshmath.hdouble acosh(double x);B.11 Mathematics -
 Tp acoshfmath.hfloat acoshf(float x);B.11 Mathematics -
 Tp acoshlmath.hlong double acoshl(long double x);B.11 Mathematics -
 Tp d d asinhmath.hdouble asinh(double x);B.11 Mathematics -
 Tp asinhfmath.hfloat asinhf(float x);B.11 Mathematics -
 Tp asinhlmath.hlong double asinhl(long double x);B.11 Mathematics -
 Tp d d atanhmath.hdouble atanh(double x);B.11 Mathematics -
 Tp atanhfmath.hfloat atanhf(float x);B.11 Mathematics -
 Tp atanhlmath.hlong double atanhl(long double x);B.11 Mathematics -
 Tp d d coshmath.hdouble cosh(double x);B.11 Mathematics -
 Tp coshfmath.hfloat coshf(float x);B.11 Mathematics -
 Tp coshlmath.hlong double coshl(long double x);B.11 Mathematics -
 Tp d d sinhmath.hdouble sinh(double x);B.11 Mathematics -
 Tp sinhfmath.hfloat sinhf(float x);B.11 Mathematics -
 Tp sinhlmath.hlong double sinhl(long double x);B.11 Mathematics -
 Tp d d tanhmath.hdouble tanh(double x);B.11 Mathematics -
 Tp tanhfmath.hfloat tanhf(float x);B.11 Mathematics -
 Tp tanhlmath.hlong double tanhl(long double x);B.11 Mathematics -
 Tp d d expmath.hdouble exp(double x);B.11 Mathematics -
 Tp expfmath.hfloat expf(float x);B.11 Mathematics -
 Tp explmath.hlong double expl(long double x);B.11 Mathematics -
 Tp d d exp2math.hdouble exp2(double x);B.11 Mathematics -
 Tp exp2fmath.hfloat exp2f(float x);B.11 Mathematics -
 Tp exp2lmath.hlong double exp2l(long double x);B.11 Mathematics -
 Tp d d expm1math.hdouble expm1(double x);B.11 Mathematics -
 Tp expm1fmath.hfloat expm1f(float x);B.11 Mathematics -
 Tp expm1lmath.hlong double expm1l(long double x);B.11 Mathematics -
 Tp d d frexpmath.hdouble frexp(double value, int *exp);B.11 Mathematics -
 Tp frexpfmath.hfloat frexpf(float value, int *exp);B.11 Mathematics -
 Tp frexplmath.hlong double frexpl(long double value, int *exp);B.11 Mathematics -
 Tp d d ilogbmath.hint ilogb(double x);B.11 Mathematics -
 Tp ilogbfmath.hint ilogbf(float x);B.11 Mathematics -
 Tp ilogblmath.hint ilogbl(long double x);B.11 Mathematics -
 Tp d d ldexpmath.hdouble ldexp(double x, int exp);B.11 Mathematics -
 Tp ldexpfmath.hfloat ldexpf(float x, int exp);B.11 Mathematics -
 Tp ldexplmath.hlong double ldexpl(long double x, int exp);B.11 Mathematics -
 Tp d d logmath.hdouble log(double x);B.11 Mathematics -
 Tp logfmath.hfloat logf(float x);B.11 Mathematics -
 Tp loglmath.hlong double logl(long double x);B.11 Mathematics -
 Tp d d log10math.hdouble log10(double x);B.11 Mathematics -
 Tp log10fmath.hfloat log10f(float x);B.11 Mathematics -
 Tp log10lmath.hlong double log10l(long double x);B.11 Mathematics -
 Tp d d log1pmath.hdouble log1p(double x);B.11 Mathematics -
 Tp log1pfmath.hfloat log1pf(float x);B.11 Mathematics -
 Tp log1plmath.hlong double log1pl(long double x);B.11 Mathematics -
 Tp d d log2math.hdouble log2(double x);B.11 Mathematics -
 Tp log2fmath.hfloat log2f(float x);B.11 Mathematics -
 Tp log2lmath.hlong double log2l(long double x);B.11 Mathematics -
 Tp d d logbmath.hdouble logb(double x);B.11 Mathematics -
 Tp logbfmath.hfloat logbf(float x);B.11 Mathematics -
 Tp logblmath.hlong double logbl(long double x);B.11 Mathematics -
 Tp modfmath.hdouble modf(double value, double *iptr);B.11 Mathematics -
 Tp modffmath.hfloat modff(float value, float *iptr);B.11 Mathematics -
 Tp modflmath.hlong double modfl(long double value, long double *iptr);B.11 Mathematics -
 Tp d d scalbnmath.hdouble scalbn(double x, int n);B.11 Mathematics -
 Tp scalbnfmath.hfloat scalbnf(float x, int n);B.11 Mathematics -
 Tp scalbnlmath.hlong double scalbnl(long double x, int n);B.11 Mathematics -
 Tp d d scalblnmath.hdouble scalbln(double x, long int n);B.11 Mathematics -
 Tp scalblnfmath.hfloat scalblnf(float x, long int n);B.11 Mathematics -
 Tp scalblnlmath.hlong double scalblnl(long double x, long int n);B.11 Mathematics -
 Tp d d cbrtmath.hdouble cbrt(double x);B.11 Mathematics -
 Tp cbrtfmath.hfloat cbrtf(float x);B.11 Mathematics -
 Tp cbrtlmath.hlong double cbrtl(long double x);B.11 Mathematics -
 Tp d d fabsmath.hdouble fabs(double x);B.11 Mathematics -
 Tp fabsfmath.hfloat fabsf(float x);B.11 Mathematics -
 Tp fabslmath.hlong double fabsl(long double x);B.11 Mathematics -
 Tp d d hypotmath.hdouble hypot(double x, double y);B.11 Mathematics -
 Tp hypotfmath.hfloat hypotf(float x, float y);B.11 Mathematics -
 Tp hypotlmath.hlong double hypotl(long double x, long double y);B.11 Mathematics -
 Tp d d powmath.hdouble pow(double x, double y);B.11 Mathematics -
 Tp powfmath.hfloat powf(float x, float y);B.11 Mathematics -
 Tp powlmath.hlong double powl(long double x, long double y);B.11 Mathematics -
 Tp d d sqrtmath.hdouble sqrt(double x);B.11 Mathematics -
 Tp sqrtfmath.hfloat sqrtf(float x);B.11 Mathematics -
 Tp sqrtlmath.hlong double sqrtl(long double x);B.11 Mathematics -
 Tp d d erfmath.hdouble erf(double x);B.11 Mathematics -
 Tp erffmath.hfloat erff(float x);B.11 Mathematics -
 Tp erflmath.hlong double erfl(long double x);B.11 Mathematics -
 Tp d d erfcmath.hdouble erfc(double x);B.11 Mathematics -
 Tp erfcfmath.hfloat erfcf(float x);B.11 Mathematics -
 Tp erfclmath.hlong double erfcl(long double x);B.11 Mathematics -
 Tp d d lgammamath.hdouble lgamma(double x);B.11 Mathematics -
 Tp lgammafmath.hfloat lgammaf(float x);B.11 Mathematics -
 Tp lgammalmath.hlong double lgammal(long double x);B.11 Mathematics -
 Tp d d tgammamath.hdouble tgamma(double x);B.11 Mathematics -
 Tp tgammafmath.hfloat tgammaf(float x);B.11 Mathematics -
 Tp tgammalmath.hlong double tgammal(long double x);B.11 Mathematics -
 Tp d d ceilmath.hdouble ceil(double x);B.11 Mathematics -
 Tp ceilfmath.hfloat ceilf(float x);B.11 Mathematics -
 Tp ceillmath.hlong double ceill(long double x);B.11 Mathematics -
 Tp d d floormath.hdouble floor(double x);B.11 Mathematics -
 Tp floorfmath.hfloat floorf(float x);B.11 Mathematics -
 Tp floorlmath.hlong double floorl(long double x);B.11 Mathematics -
 Tp d d nearbyintmath.hdouble nearbyint(double x);B.11 Mathematics -
 Tp nearbyintfmath.hfloat nearbyintf(float x);B.11 Mathematics -
 Tp nearbyintlmath.hlong double nearbyintl(long double x);B.11 Mathematics -
 Tp d d rintmath.hdouble rint(double x);B.11 Mathematics -
 Tp rintfmath.hfloat rintf(float x);B.11 Mathematics -
 Tp rintlmath.hlong double rintl(long double x);B.11 Mathematics -
 Tp d d lrintmath.hlong int lrint(double x);B.11 Mathematics -
 Tp lrintfmath.hlong int lrintf(float x);B.11 Mathematics -
 Tp lrintlmath.hlong int lrintl(long double x);B.11 Mathematics -
 Tp d d llrintmath.hlong long int llrint(double x);B.11 Mathematics -
 Tp llrintfmath.hlong long int llrintf(float x);B.11 Mathematics -
 Tp llrintlmath.hlong long int llrintl(long double x);B.11 Mathematics -
 Tp d d roundmath.hdouble round(double x);B.11 Mathematics -
 Tp roundfmath.hfloat roundf(float x);B.11 Mathematics -
 Tp roundlmath.hlong double roundl(long double x);B.11 Mathematics -
 Tp d d lroundmath.hlong int lround(double x);B.11 Mathematics -
 Tp lroundfmath.hlong int lroundf(float x);B.11 Mathematics -
 Tp lroundlmath.hlong int lroundl(long double x);B.11 Mathematics -
 Tp d d llroundmath.hlong long int llround(double x);B.11 Mathematics -
 Tp llroundfmath.hlong long int llroundf(float x);B.11 Mathematics -
 Tp llroundlmath.hlong long int llroundl(long double x);B.11 Mathematics -
 Tp d d truncmath.hdouble trunc(double x);B.11 Mathematics -
 Tp truncfmath.hfloat truncf(float x);B.11 Mathematics -
 Tp trunclmath.hlong double truncl(long double x);B.11 Mathematics -
 Tp d d fmodmath.hdouble fmod(double x, double y);B.11 Mathematics -
 Tp fmodfmath.hfloat fmodf(float x, float y);B.11 Mathematics -
 Tp fmodlmath.hlong double fmodl(long double x, long double y);B.11 Mathematics -
 Tp d d remaindermath.hdouble remainder(double x, double y);B.11 Mathematics -
 Tp remainderfmath.hfloat remainderf(float x, float y);B.11 Mathematics -
 Tp remainderlmath.hlong double remainderl(long double x, long double y);B.11 Mathematics -
 Tp d d remquomath.hdouble remquo(double x, double y, int *quo);B.11 Mathematics -
 Tp remquofmath.hfloat remquof(float x, float y, int *quo);B.11 Mathematics -
 Tp remquolmath.hlong double remquol(long double x, long double y, int *quo);B.11 Mathematics -
 Tp d d copysignmath.hdouble copysign(double x, double y);B.11 Mathematics -
 Tp copysignfmath.hfloat copysignf(float x, float y);B.11 Mathematics -
 Tp copysignlmath.hlong double copysignl(long double x, long double y);B.11 Mathematics -
 Tp nanmath.hdouble nan(const char *tagp);B.11 Mathematics -
 Tp nanfmath.hfloat nanf(const char *tagp);B.11 Mathematics -
 Tp nanlmath.hlong double nanl(const char *tagp);B.11 Mathematics -
 Tp d d nextaftermath.hdouble nextafter(double x, double y);B.11 Mathematics -
 Tp nextafterfmath.hfloat nextafterf(float x, float y);B.11 Mathematics -
 Tp nextafterlmath.hlong double nextafterl(long double x, long double y);B.11 Mathematics -
 Tp d d nexttowardmath.hdouble nexttoward(double x, long double y);B.11 Mathematics -
 Tp nexttowardfmath.hfloat nexttowardf(float x, long double y);B.11 Mathematics -
 Tp nexttowardlmath.hlong double nexttowardl(long double x, long double y);B.11 Mathematics -
 Tp d d fdimmath.hdouble fdim(double x, double y);B.11 Mathematics -
 Tp fdimfmath.hfloat fdimf(float x, float y);B.11 Mathematics -
 Tp fdimlmath.hlong double fdiml(long double x, long double y);B.11 Mathematics -
 Tp d d fmaxmath.hdouble fmax(double x, double y);B.11 Mathematics -
 Tp fmaxfmath.hfloat fmaxf(float x, float y);B.11 Mathematics -
 Tp fmaxlmath.hlong double fmaxl(long double x, long double y);B.11 Mathematics -
 Tp d d fminmath.hdouble fmin(double x, double y);B.11 Mathematics -
 Tp fminfmath.hfloat fminf(float x, float y);B.11 Mathematics -
 Tp fminlmath.hlong double fminl(long double x, long double y);B.11 Mathematics -
 Tp d d fmamath.hdouble fma(double x, double y, double z);B.11 Mathematics -
 Tp fmafmath.hfloat fmaf(float x, float y, float z);B.11 Mathematics -
 Tp fmalmath.hlong double fmal(long double x, long double y, long double z);B.11 Mathematics -
  d isgreatermath.hint isgreater(real-floating x, real-floating y);B.11 Mathematics -
  d isgreaterequalmath.hint isgreaterequal(real-floating x, real-floating y);B.11 Mathematics -
  d islessmath.hint isless(real-floating x, real-floating y);B.11 Mathematics -
  d islessequalmath.hint islessequal(real-floating x, real-floating y);B.11 Mathematics -
  d islessgreatermath.hint islessgreater(real-floating x, real-floating y);B.11 Mathematics -
  d isunorderedmath.hint isunordered(real-floating x, real-floating y);B.11 Mathematics +
  d fpclassifymath.hint fpclassify(real-floating x);B.11 Mathematics +
  d isfinitemath.hint isfinite(real-floating x);B.11 Mathematics +
  d isinfmath.hint isinf(real-floating x);B.11 Mathematics +
  d isnanmath.hint isnan(real-floating x);B.11 Mathematics +
  d isnormalmath.hint isnormal(real-floating x);B.11 Mathematics +
  d signbitmath.hint signbit(real-floating x);B.11 Mathematics +
 Tp d d acosmath.hdouble acos(double x);B.11 Mathematics +
 Tp acosfmath.hfloat acosf(float x);B.11 Mathematics +
 Tp acoslmath.hlong double acosl(long double x);B.11 Mathematics +
 Tp d d asinmath.hdouble asin(double x);B.11 Mathematics +
 Tp asinfmath.hfloat asinf(float x);B.11 Mathematics +
 Tp asinlmath.hlong double asinl(long double x);B.11 Mathematics +
 Tp d d atanmath.hdouble atan(double x);B.11 Mathematics +
 Tp atanfmath.hfloat atanf(float x);B.11 Mathematics +
 Tp atanlmath.hlong double atanl(long double x);B.11 Mathematics +
 Tp d d atan2math.hdouble atan2(double y, double x);B.11 Mathematics +
 Tp atan2fmath.hfloat atan2f(float y, float x);B.11 Mathematics +
 Tp atan2lmath.hlong double atan2l(long double y, long double x);B.11 Mathematics +
 Tp d d cosmath.hdouble cos(double x);B.11 Mathematics +
 Tp cosfmath.hfloat cosf(float x);B.11 Mathematics +
 Tp coslmath.hlong double cosl(long double x);B.11 Mathematics +
 Tp d d sinmath.hdouble sin(double x);B.11 Mathematics +
 Tp sinfmath.hfloat sinf(float x);B.11 Mathematics +
 Tp sinlmath.hlong double sinl(long double x);B.11 Mathematics +
 Tp d d tanmath.hdouble tan(double x);B.11 Mathematics +
 Tp tanfmath.hfloat tanf(float x);B.11 Mathematics +
 Tp tanlmath.hlong double tanl(long double x);B.11 Mathematics +
 Tp d d acoshmath.hdouble acosh(double x);B.11 Mathematics +
 Tp acoshfmath.hfloat acoshf(float x);B.11 Mathematics +
 Tp acoshlmath.hlong double acoshl(long double x);B.11 Mathematics +
 Tp d d asinhmath.hdouble asinh(double x);B.11 Mathematics +
 Tp asinhfmath.hfloat asinhf(float x);B.11 Mathematics +
 Tp asinhlmath.hlong double asinhl(long double x);B.11 Mathematics +
 Tp d d atanhmath.hdouble atanh(double x);B.11 Mathematics +
 Tp atanhfmath.hfloat atanhf(float x);B.11 Mathematics +
 Tp atanhlmath.hlong double atanhl(long double x);B.11 Mathematics +
 Tp d d coshmath.hdouble cosh(double x);B.11 Mathematics +
 Tp coshfmath.hfloat coshf(float x);B.11 Mathematics +
 Tp coshlmath.hlong double coshl(long double x);B.11 Mathematics +
 Tp d d sinhmath.hdouble sinh(double x);B.11 Mathematics +
 Tp sinhfmath.hfloat sinhf(float x);B.11 Mathematics +
 Tp sinhlmath.hlong double sinhl(long double x);B.11 Mathematics +
 Tp d d tanhmath.hdouble tanh(double x);B.11 Mathematics +
 Tp tanhfmath.hfloat tanhf(float x);B.11 Mathematics +
 Tp tanhlmath.hlong double tanhl(long double x);B.11 Mathematics +
 Tp d d expmath.hdouble exp(double x);B.11 Mathematics +
 Tp expfmath.hfloat expf(float x);B.11 Mathematics +
 Tp explmath.hlong double expl(long double x);B.11 Mathematics +
 Tp d d exp2math.hdouble exp2(double x);B.11 Mathematics +
 Tp exp2fmath.hfloat exp2f(float x);B.11 Mathematics +
 Tp exp2lmath.hlong double exp2l(long double x);B.11 Mathematics +
 Tp d d expm1math.hdouble expm1(double x);B.11 Mathematics +
 Tp expm1fmath.hfloat expm1f(float x);B.11 Mathematics +
 Tp expm1lmath.hlong double expm1l(long double x);B.11 Mathematics +
 Tp d d frexpmath.hdouble frexp(double value, int *exp);B.11 Mathematics +
 Tp frexpfmath.hfloat frexpf(float value, int *exp);B.11 Mathematics +
 Tp frexplmath.hlong double frexpl(long double value, int *exp);B.11 Mathematics +
 Tp d d ilogbmath.hint ilogb(double x);B.11 Mathematics +
 Tp ilogbfmath.hint ilogbf(float x);B.11 Mathematics +
 Tp ilogblmath.hint ilogbl(long double x);B.11 Mathematics +
 Tp d d ldexpmath.hdouble ldexp(double x, int exp);B.11 Mathematics +
 Tp ldexpfmath.hfloat ldexpf(float x, int exp);B.11 Mathematics +
 Tp ldexplmath.hlong double ldexpl(long double x, int exp);B.11 Mathematics +
 Tp d d logmath.hdouble log(double x);B.11 Mathematics +
 Tp logfmath.hfloat logf(float x);B.11 Mathematics +
 Tp loglmath.hlong double logl(long double x);B.11 Mathematics +
 Tp d d log10math.hdouble log10(double x);B.11 Mathematics +
 Tp log10fmath.hfloat log10f(float x);B.11 Mathematics +
 Tp log10lmath.hlong double log10l(long double x);B.11 Mathematics +
 Tp d d log1pmath.hdouble log1p(double x);B.11 Mathematics +
 Tp log1pfmath.hfloat log1pf(float x);B.11 Mathematics +
 Tp log1plmath.hlong double log1pl(long double x);B.11 Mathematics +
 Tp d d log2math.hdouble log2(double x);B.11 Mathematics +
 Tp log2fmath.hfloat log2f(float x);B.11 Mathematics +
 Tp log2lmath.hlong double log2l(long double x);B.11 Mathematics +
 Tp d d logbmath.hdouble logb(double x);B.11 Mathematics +
 Tp logbfmath.hfloat logbf(float x);B.11 Mathematics +
 Tp logblmath.hlong double logbl(long double x);B.11 Mathematics +
 Tp modfmath.hdouble modf(double value, double *iptr);B.11 Mathematics +
 Tp modffmath.hfloat modff(float value, float *iptr);B.11 Mathematics +
 Tp modflmath.hlong double modfl(long double value, long double *iptr);B.11 Mathematics +
 Tp d d scalbnmath.hdouble scalbn(double x, int n);B.11 Mathematics +
 Tp scalbnfmath.hfloat scalbnf(float x, int n);B.11 Mathematics +
 Tp scalbnlmath.hlong double scalbnl(long double x, int n);B.11 Mathematics +
 Tp d d scalblnmath.hdouble scalbln(double x, long int n);B.11 Mathematics +
 Tp scalblnfmath.hfloat scalblnf(float x, long int n);B.11 Mathematics +
 Tp scalblnlmath.hlong double scalblnl(long double x, long int n);B.11 Mathematics +
 Tp d d cbrtmath.hdouble cbrt(double x);B.11 Mathematics +
 Tp cbrtfmath.hfloat cbrtf(float x);B.11 Mathematics +
 Tp cbrtlmath.hlong double cbrtl(long double x);B.11 Mathematics +
 Tp d d fabsmath.hdouble fabs(double x);B.11 Mathematics +
 Tp fabsfmath.hfloat fabsf(float x);B.11 Mathematics +
 Tp fabslmath.hlong double fabsl(long double x);B.11 Mathematics +
 Tp d d hypotmath.hdouble hypot(double x, double y);B.11 Mathematics +
 Tp hypotfmath.hfloat hypotf(float x, float y);B.11 Mathematics +
 Tp hypotlmath.hlong double hypotl(long double x, long double y);B.11 Mathematics +
 Tp d d powmath.hdouble pow(double x, double y);B.11 Mathematics +
 Tp powfmath.hfloat powf(float x, float y);B.11 Mathematics +
 Tp powlmath.hlong double powl(long double x, long double y);B.11 Mathematics +
 Tp d d sqrtmath.hdouble sqrt(double x);B.11 Mathematics +
 Tp sqrtfmath.hfloat sqrtf(float x);B.11 Mathematics +
 Tp sqrtlmath.hlong double sqrtl(long double x);B.11 Mathematics +
 Tp d d erfmath.hdouble erf(double x);B.11 Mathematics +
 Tp erffmath.hfloat erff(float x);B.11 Mathematics +
 Tp erflmath.hlong double erfl(long double x);B.11 Mathematics +
 Tp d d erfcmath.hdouble erfc(double x);B.11 Mathematics +
 Tp erfcfmath.hfloat erfcf(float x);B.11 Mathematics +
 Tp erfclmath.hlong double erfcl(long double x);B.11 Mathematics +
 Tp d d lgammamath.hdouble lgamma(double x);B.11 Mathematics +
 Tp lgammafmath.hfloat lgammaf(float x);B.11 Mathematics +
 Tp lgammalmath.hlong double lgammal(long double x);B.11 Mathematics +
 Tp d d tgammamath.hdouble tgamma(double x);B.11 Mathematics +
 Tp tgammafmath.hfloat tgammaf(float x);B.11 Mathematics +
 Tp tgammalmath.hlong double tgammal(long double x);B.11 Mathematics +
 Tp d d ceilmath.hdouble ceil(double x);B.11 Mathematics +
 Tp ceilfmath.hfloat ceilf(float x);B.11 Mathematics +
 Tp ceillmath.hlong double ceill(long double x);B.11 Mathematics +
 Tp d d floormath.hdouble floor(double x);B.11 Mathematics +
 Tp floorfmath.hfloat floorf(float x);B.11 Mathematics +
 Tp floorlmath.hlong double floorl(long double x);B.11 Mathematics +
 Tp d d nearbyintmath.hdouble nearbyint(double x);B.11 Mathematics +
 Tp nearbyintfmath.hfloat nearbyintf(float x);B.11 Mathematics +
 Tp nearbyintlmath.hlong double nearbyintl(long double x);B.11 Mathematics +
 Tp d d rintmath.hdouble rint(double x);B.11 Mathematics +
 Tp rintfmath.hfloat rintf(float x);B.11 Mathematics +
 Tp rintlmath.hlong double rintl(long double x);B.11 Mathematics +
 Tp d d lrintmath.hlong int lrint(double x);B.11 Mathematics +
 Tp lrintfmath.hlong int lrintf(float x);B.11 Mathematics +
 Tp lrintlmath.hlong int lrintl(long double x);B.11 Mathematics +
 Tp d d llrintmath.hlong long int llrint(double x);B.11 Mathematics +
 Tp llrintfmath.hlong long int llrintf(float x);B.11 Mathematics +
 Tp llrintlmath.hlong long int llrintl(long double x);B.11 Mathematics +
 Tp d d roundmath.hdouble round(double x);B.11 Mathematics +
 Tp roundfmath.hfloat roundf(float x);B.11 Mathematics +
 Tp roundlmath.hlong double roundl(long double x);B.11 Mathematics +
 Tp d d lroundmath.hlong int lround(double x);B.11 Mathematics +
 Tp lroundfmath.hlong int lroundf(float x);B.11 Mathematics +
 Tp lroundlmath.hlong int lroundl(long double x);B.11 Mathematics +
 Tp d d llroundmath.hlong long int llround(double x);B.11 Mathematics +
 Tp llroundfmath.hlong long int llroundf(float x);B.11 Mathematics +
 Tp llroundlmath.hlong long int llroundl(long double x);B.11 Mathematics +
 Tp d d truncmath.hdouble trunc(double x);B.11 Mathematics +
 Tp truncfmath.hfloat truncf(float x);B.11 Mathematics +
 Tp trunclmath.hlong double truncl(long double x);B.11 Mathematics +
 Tp d d fmodmath.hdouble fmod(double x, double y);B.11 Mathematics +
 Tp fmodfmath.hfloat fmodf(float x, float y);B.11 Mathematics +
 Tp fmodlmath.hlong double fmodl(long double x, long double y);B.11 Mathematics +
 Tp d d remaindermath.hdouble remainder(double x, double y);B.11 Mathematics +
 Tp remainderfmath.hfloat remainderf(float x, float y);B.11 Mathematics +
 Tp remainderlmath.hlong double remainderl(long double x, long double y);B.11 Mathematics +
 Tp d d remquomath.hdouble remquo(double x, double y, int *quo);B.11 Mathematics +
 Tp remquofmath.hfloat remquof(float x, float y, int *quo);B.11 Mathematics +
 Tp remquolmath.hlong double remquol(long double x, long double y, int *quo);B.11 Mathematics +
 Tp d d copysignmath.hdouble copysign(double x, double y);B.11 Mathematics +
 Tp copysignfmath.hfloat copysignf(float x, float y);B.11 Mathematics +
 Tp copysignlmath.hlong double copysignl(long double x, long double y);B.11 Mathematics +
 Tp nanmath.hdouble nan(const char *tagp);B.11 Mathematics +
 Tp nanfmath.hfloat nanf(const char *tagp);B.11 Mathematics +
 Tp nanlmath.hlong double nanl(const char *tagp);B.11 Mathematics +
 Tp d d nextaftermath.hdouble nextafter(double x, double y);B.11 Mathematics +
 Tp nextafterfmath.hfloat nextafterf(float x, float y);B.11 Mathematics +
 Tp nextafterlmath.hlong double nextafterl(long double x, long double y);B.11 Mathematics +
 Tp d d nexttowardmath.hdouble nexttoward(double x, long double y);B.11 Mathematics +
 Tp nexttowardfmath.hfloat nexttowardf(float x, long double y);B.11 Mathematics +
 Tp nexttowardlmath.hlong double nexttowardl(long double x, long double y);B.11 Mathematics +
 Tp d d fdimmath.hdouble fdim(double x, double y);B.11 Mathematics +
 Tp fdimfmath.hfloat fdimf(float x, float y);B.11 Mathematics +
 Tp fdimlmath.hlong double fdiml(long double x, long double y);B.11 Mathematics +
 Tp d d fmaxmath.hdouble fmax(double x, double y);B.11 Mathematics +
 Tp fmaxfmath.hfloat fmaxf(float x, float y);B.11 Mathematics +
 Tp fmaxlmath.hlong double fmaxl(long double x, long double y);B.11 Mathematics +
 Tp d d fminmath.hdouble fmin(double x, double y);B.11 Mathematics +
 Tp fminfmath.hfloat fminf(float x, float y);B.11 Mathematics +
 Tp fminlmath.hlong double fminl(long double x, long double y);B.11 Mathematics +
 Tp d d fmamath.hdouble fma(double x, double y, double z);B.11 Mathematics +
 Tp fmafmath.hfloat fmaf(float x, float y, float z);B.11 Mathematics +
 Tp fmalmath.hlong double fmal(long double x, long double y, long double z);B.11 Mathematics +
  d isgreatermath.hint isgreater(real-floating x, real-floating y);B.11 Mathematics +
  d isgreaterequalmath.hint isgreaterequal(real-floating x, real-floating y);B.11 Mathematics +
  d islessmath.hint isless(real-floating x, real-floating y);B.11 Mathematics +
  d islessequalmath.hint islessequal(real-floating x, real-floating y);B.11 Mathematics +
  d islessgreatermath.hint islessgreater(real-floating x, real-floating y);B.11 Mathematics +
  d isunorderedmath.hint isunordered(real-floating x, real-floating y);B.11 Mathematics
  t jmp_bufsetjmp.h B.12 Nonlocal jumps
 Td p setjmpsetjmp.hint setjmp(jmp_buf env);B.12 Nonlocal jumps
 Td p longjmpsetjmp.hvoid longjmp(jmp_buf env, int val);B.12 Nonlocal jumps @@ -578,7 +577,7 @@
  d __bool_true_false_are_definedstdbool.h B.15 Boolean type and values
  t ptrdiff_tstddef.h B.16 Common definitions
  t size_tstddef.h B.16 Common definitions -
missing  wchar_tstddef.h B.16 Common definitions +
  t t wchar_tstddef.h B.16 Common definitions
  d d d d d d d d d d d d d d d d d d d d d d d d NULLstddef.h B.16 Common definitions
  d offsetofstddef.hoffsetof(type, member-designator)B.16 Common definitions
  t int8_tstdint.h B.17 Integer types @@ -691,38 +690,38 @@
  d d d d d SEEK_SETstdio.h B.18 Input/output
 Tp removestdio.hint remove(const char *filename);B.18 Input/output
 Tp renamestdio.hint rename(const char *old, const char *new);B.18 Input/output -
 Tp tmpfilestdio.hFILE *tmpfile(void);B.18 Input/output -
 Tp tmpnamstdio.hchar *tmpnam(char *s);B.18 Input/output +
 Tp tmpfilestdio.hFILE *tmpfile(void);B.18 Input/output +
 Tp tmpnamstdio.hchar *tmpnam(char *s);B.18 Input/output
 Tp fclosestdio.hint fclose(FILE *stream);B.18 Input/output
 Tp fflushstdio.hint fflush(FILE *stream);B.18 Input/output
 Tp fopenstdio.hFILE *fopen(const char * restrict filename, const char * restrict mode);B.18 Input/output
 Tp freopenstdio.hFILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream);B.18 Input/output -
 Tp setbufstdio.hvoid setbuf(FILE * restrict stream, char * restrict buf);B.18 Input/output -
 Tp setvbufstdio.hint setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);B.18 Input/output -
 Tp fprintfstdio.hint fprintf(FILE * restrict stream, const char * restrict format, ...);B.18 Input/output -
 Tp fscanfstdio.hint fscanf(FILE * restrict stream, const char * restrict format, ...);B.18 Input/output -
 Tp printfstdio.hint printf(const char * restrict format, ...);B.18 Input/output -
 Tp scanfstdio.hint scanf(const char * restrict format, ...);B.18 Input/output -
 Tp snprintfstdio.hint snprintf(char * restrict s, size_t n, const char * restrict format, ...);B.18 Input/output -
 Tp sprintfstdio.hint sprintf(char * restrict s, const char * restrict format, ...);B.18 Input/output -
 Tp sscanfstdio.hint sscanf(const char * restrict s, const char * restrict format, ...);B.18 Input/output -
 Tp vfprintfstdio.hint vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);B.18 Input/output -
 Tp vfscanfstdio.hint vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);B.18 Input/output -
 Tp vprintfstdio.hint vprintf(const char * restrict format, va_list arg);B.18 Input/output -
 Tp vscanfstdio.hint vscanf(const char * restrict format, va_list arg);B.18 Input/output -
 Tp vsnprintfstdio.hint vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);B.18 Input/output -
 Tp vsprintfstdio.hint vsprintf(char * restrict s, const char * restrict format, va_list arg);B.18 Input/output -
 Tp vsscanfstdio.hint vsscanf(const char * restrict s, const char * restrict format, va_list arg);B.18 Input/output +
 Tp setbufstdio.hvoid setbuf(FILE * restrict stream, char * restrict buf);B.18 Input/output +
 Tp setvbufstdio.hint setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size);B.18 Input/output +
 Tp fprintfstdio.hint fprintf(FILE * restrict stream, const char * restrict format, ...);B.18 Input/output +
 Tp fscanfstdio.hint fscanf(FILE * restrict stream, const char * restrict format, ...);B.18 Input/output +
 Tp printfstdio.hint printf(const char * restrict format, ...);B.18 Input/output +
 Tp scanfstdio.hint scanf(const char * restrict format, ...);B.18 Input/output +
 Tp snprintfstdio.hint snprintf(char * restrict s, size_t n, const char * restrict format, ...);B.18 Input/output +
 Tp sprintfstdio.hint sprintf(char * restrict s, const char * restrict format, ...);B.18 Input/output +
 Tp sscanfstdio.hint sscanf(const char * restrict s, const char * restrict format, ...);B.18 Input/output +
 Tp vfprintfstdio.hint vfprintf(FILE * restrict stream, const char * restrict format, va_list arg);B.18 Input/output +
 Tp vfscanfstdio.hint vfscanf(FILE * restrict stream, const char * restrict format, va_list arg);B.18 Input/output +
 Tp vprintfstdio.hint vprintf(const char * restrict format, va_list arg);B.18 Input/output +
 Tp vscanfstdio.hint vscanf(const char * restrict format, va_list arg);B.18 Input/output +
 Tp vsnprintfstdio.hint vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg);B.18 Input/output +
 Tp vsprintfstdio.hint vsprintf(char * restrict s, const char * restrict format, va_list arg);B.18 Input/output +
 Tp vsscanfstdio.hint vsscanf(const char * restrict s, const char * restrict format, va_list arg);B.18 Input/output
 Tp fgetcstdio.hint fgetc(FILE *stream);B.18 Input/output
 Tp fgetsstdio.hchar *fgets(char * restrict s, int n, FILE * restrict stream);B.18 Input/output
 Tp fputcstdio.hint fputc(int c, FILE *stream);B.18 Input/output -
 Tp fputsstdio.hint fputs(const char * restrict s, FILE * restrict stream);B.18 Input/output +
 Tp fputsstdio.hint fputs(const char * restrict s, FILE * restrict stream);B.18 Input/output
 Wp getcstdio.hint getc(FILE *stream);B.18 Input/output
 Tp getcharstdio.hint getchar(void);B.18 Input/output -
 Tp getsstdio.hchar *gets(char *s);B.18 Input/output +
 Tp getsstdio.hchar *gets(char *s);B.18 Input/output
 Wp putcstdio.hint putc(int c, FILE *stream);B.18 Input/output
 Tp putcharstdio.hint putchar(int c);B.18 Input/output -
 Tp putsstdio.hint puts(const char *s);B.18 Input/output +
 Tp putsstdio.hint puts(const char *s);B.18 Input/output
 Tp ungetcstdio.hint ungetc(int c, FILE *stream);B.18 Input/output
 Tp freadstdio.hsize_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);B.18 Input/output
 Tp fwritestdio.hsize_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream);B.18 Input/output @@ -734,17 +733,17 @@
 Tp clearerrstdio.hvoid clearerr(FILE *stream);B.18 Input/output
 Tp feofstdio.hint feof(FILE *stream);B.18 Input/output
 Tp ferrorstdio.hint ferror(FILE *stream);B.18 Input/output -
 Tp perrorstdio.hvoid perror(const char *s);B.18 Input/output +
 Tp perrorstdio.hvoid perror(const char *s);B.18 Input/output
  t size_tstdlib.h B.19 General utilities -
  t ldiv_tstdlib.h B.19 General utilities -
  d EXIT_FAILUREstdlib.h B.19 General utilities -
  d MB_CUR_MAXstdlib.h B.19 General utilities -
missing  wchar_tstdlib.h B.19 General utilities -
  t lldiv_tstdlib.h B.19 General utilities -
  d EXIT_SUCCESSstdlib.h B.19 General utilities -
  t div_tstdlib.h B.19 General utilities +
  t ldiv_tstdlib.h B.19 General utilities +
  d EXIT_FAILUREstdlib.h B.19 General utilities +
  d MB_CUR_MAXstdlib.h B.19 General utilities +
  t t wchar_tstdlib.h B.19 General utilities +
  t lldiv_tstdlib.h B.19 General utilities +
  d EXIT_SUCCESSstdlib.h B.19 General utilities +
  t div_tstdlib.h B.19 General utilities
  d d d d d d d d d d d d d d d d d d d d d d d d NULLstdlib.h B.19 General utilities -
  d RAND_MAXstdlib.h B.19 General utilities +
  d RAND_MAXstdlib.h B.19 General utilities
 Tp atofstdlib.hdouble atof(const char *nptr);B.19 General utilities
 Tp atoistdlib.hint atoi(const char *nptr);B.19 General utilities
 Tp atolstdlib.hlong int atol(const char *nptr);B.19 General utilities @@ -762,25 +761,25 @@
 Tp freestdlib.hvoid free(void *ptr);B.19 General utilities
 TWp mallocstdlib.hvoid *malloc(size_t size);B.19 General utilities
 Tp reallocstdlib.hvoid *realloc(void *ptr, size_t size);B.19 General utilities -
 Tp abortstdlib.hvoid abort(void);B.19 General utilities -
 Tp atexitstdlib.hint atexit(void (*func)(void));B.19 General utilities -
 Tp exitstdlib.hvoid exit(int status);B.19 General utilities -
 Tp _Exitstdlib.hvoid _Exit(int status);B.19 General utilities -
 Tp getenvstdlib.hchar *getenv(const char *name);B.19 General utilities -
 Tp systemstdlib.hint system(const char *string);B.19 General utilities -
 Tp bsearchstdlib.hvoid *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));B.19 General utilities -
 Tp qsortstdlib.hvoid qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));B.19 General utilities -
 Tp absstdlib.hint abs(int j);B.19 General utilities -
 Tp labsstdlib.hlong int labs(long int j);B.19 General utilities -
 Tp llabsstdlib.hlong long int llabs(long long int j);B.19 General utilities -
 Tp divstdlib.hdiv_t div(int numer, int denom);B.19 General utilities -
 Tp ldivstdlib.hldiv_t ldiv(long int numer, long int denom);B.19 General utilities -
 Tp lldivstdlib.hlldiv_t lldiv(long long int numer, long long int denom);B.19 General utilities -
 Tp mblenstdlib.hint mblen(const char *s, size_t n);B.19 General utilities -
 Tp mbtowcstdlib.hint mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);B.19 General utilities -
 Tp wctombstdlib.hint wctomb(char *s, wchar_t wchar);B.19 General utilities -
 Tp mbstowcsstdlib.hsize_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);B.19 General utilities -
 Tp wcstombsstdlib.hsize_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);B.19 General utilities +
 Tp abortstdlib.hvoid abort(void);B.19 General utilities +
 Tp atexitstdlib.hint atexit(void (*func)(void));B.19 General utilities +
 Tp exitstdlib.hvoid exit(int status);B.19 General utilities +
 Tp _Exitstdlib.hvoid _Exit(int status);B.19 General utilities +
 Tp getenvstdlib.hchar *getenv(const char *name);B.19 General utilities +
 Tp systemstdlib.hint system(const char *string);B.19 General utilities +
 Tp bsearchstdlib.hvoid *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));B.19 General utilities +
 Tp qsortstdlib.hvoid qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));B.19 General utilities +
 Tp absstdlib.hint abs(int j);B.19 General utilities +
 Tp labsstdlib.hlong int labs(long int j);B.19 General utilities +
 Tp llabsstdlib.hlong long int llabs(long long int j);B.19 General utilities +
 Tp divstdlib.hdiv_t div(int numer, int denom);B.19 General utilities +
 Tp ldivstdlib.hldiv_t ldiv(long int numer, long int denom);B.19 General utilities +
 Tp lldivstdlib.hlldiv_t lldiv(long long int numer, long long int denom);B.19 General utilities +
 Tp mblenstdlib.hint mblen(const char *s, size_t n);B.19 General utilities +
 Tp mbtowcstdlib.hint mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n);B.19 General utilities +
 Tp wctombstdlib.hint wctomb(char *s, wchar_t wchar);B.19 General utilities +
 Tp mbstowcsstdlib.hsize_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);B.19 General utilities +
 Tp wcstombsstdlib.hsize_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);B.19 General utilities
  t size_tstring.h B.20 String handling
  d d d d d d d d d d d d d d d d d d d d d d d d NULLstring.h B.20 String handling
 Tp memcpystring.hvoid *memcpy(void * restrict s1, const void * restrict s2, size_t n);B.20 String handling @@ -805,65 +804,65 @@
 Tp memsetstring.hvoid *memset(void *s, int c, size_t n);B.20 String handling
 Tp strerrorstring.hchar *strerror(int errnum);B.20 String handling
 Tp strlenstring.hsize_t strlen(const char *s);B.20 String handling -
 Tp d d acostgmath.h B.21 Type-generic math -
 Tp d d sqrttgmath.h B.21 Type-generic math -
 Tp d d fmodtgmath.h B.21 Type-generic math -
 Tp d d nextaftertgmath.h B.21 Type-generic math -
 Tp d d asintgmath.h B.21 Type-generic math -
 Tp d d fabstgmath.h B.21 Type-generic math -
 Tp d d frexptgmath.h B.21 Type-generic math -
 Tp d d nexttowardtgmath.h B.21 Type-generic math -
 Tp d d atantgmath.h B.21 Type-generic math -
 Tp d d atan2tgmath.h B.21 Type-generic math -
 Tp d d hypottgmath.h B.21 Type-generic math -
 Tp d d remaindertgmath.h B.21 Type-generic math -
 Tp d d acoshtgmath.h B.21 Type-generic math -
 Tp d d cbrttgmath.h B.21 Type-generic math -
 Tp d d ilogbtgmath.h B.21 Type-generic math -
 Tp d d remquotgmath.h B.21 Type-generic math -
 Tp d d asinhtgmath.h B.21 Type-generic math -
 Tp d d ceiltgmath.h B.21 Type-generic math -
 Tp d d ldexptgmath.h B.21 Type-generic math -
 Tp d d rinttgmath.h B.21 Type-generic math -
 Tp d d atanhtgmath.h B.21 Type-generic math -
 Tp d d copysigntgmath.h B.21 Type-generic math -
 Tp d d lgammatgmath.h B.21 Type-generic math -
 Tp d d roundtgmath.h B.21 Type-generic math -
 Tp d d costgmath.h B.21 Type-generic math -
 Tp d d erftgmath.h B.21 Type-generic math -
 Tp d d llrinttgmath.h B.21 Type-generic math -
 Tp d d scalbntgmath.h B.21 Type-generic math -
 Tp d d sintgmath.h B.21 Type-generic math -
 Tp d d erfctgmath.h B.21 Type-generic math -
 Tp d d llroundtgmath.h B.21 Type-generic math -
 Tp d d scalblntgmath.h B.21 Type-generic math -
 Tp d d tantgmath.h B.21 Type-generic math -
 Tp d d exp2tgmath.h B.21 Type-generic math -
 Tp d d log10tgmath.h B.21 Type-generic math -
 Tp d d tgammatgmath.h B.21 Type-generic math -
 Tp d d coshtgmath.h B.21 Type-generic math -
 Tp d d expm1tgmath.h B.21 Type-generic math -
 Tp d d log1ptgmath.h B.21 Type-generic math -
 Tp d d trunctgmath.h B.21 Type-generic math -
 Tp d d sinhtgmath.h B.21 Type-generic math -
 Tp d d fdimtgmath.h B.21 Type-generic math -
 Tp d d log2tgmath.h B.21 Type-generic math +
 Tp d d acostgmath.h B.21 Type-generic math +
 Tp d d sqrttgmath.h B.21 Type-generic math +
 Tp d d fmodtgmath.h B.21 Type-generic math +
 Tp d d nextaftertgmath.h B.21 Type-generic math +
 Tp d d asintgmath.h B.21 Type-generic math +
 Tp d d fabstgmath.h B.21 Type-generic math +
 Tp d d frexptgmath.h B.21 Type-generic math +
 Tp d d nexttowardtgmath.h B.21 Type-generic math +
 Tp d d atantgmath.h B.21 Type-generic math +
 Tp d d atan2tgmath.h B.21 Type-generic math +
 Tp d d hypottgmath.h B.21 Type-generic math +
 Tp d d remaindertgmath.h B.21 Type-generic math +
 Tp d d acoshtgmath.h B.21 Type-generic math +
 Tp d d cbrttgmath.h B.21 Type-generic math +
 Tp d d ilogbtgmath.h B.21 Type-generic math +
 Tp d d remquotgmath.h B.21 Type-generic math +
 Tp d d asinhtgmath.h B.21 Type-generic math +
 Tp d d ceiltgmath.h B.21 Type-generic math +
 Tp d d ldexptgmath.h B.21 Type-generic math +
 Tp d d rinttgmath.h B.21 Type-generic math +
 Tp d d atanhtgmath.h B.21 Type-generic math +
 Tp d d copysigntgmath.h B.21 Type-generic math +
 Tp d d lgammatgmath.h B.21 Type-generic math +
 Tp d d roundtgmath.h B.21 Type-generic math +
 Tp d d costgmath.h B.21 Type-generic math +
 Tp d d erftgmath.h B.21 Type-generic math +
 Tp d d llrinttgmath.h B.21 Type-generic math +
 Tp d d scalbntgmath.h B.21 Type-generic math +
 Tp d d sintgmath.h B.21 Type-generic math +
 Tp d d erfctgmath.h B.21 Type-generic math +
 Tp d d llroundtgmath.h B.21 Type-generic math +
 Tp d d scalblntgmath.h B.21 Type-generic math +
 Tp d d tantgmath.h B.21 Type-generic math +
 Tp d d exp2tgmath.h B.21 Type-generic math +
 Tp d d log10tgmath.h B.21 Type-generic math +
 Tp d d tgammatgmath.h B.21 Type-generic math +
 Tp d d coshtgmath.h B.21 Type-generic math +
 Tp d d expm1tgmath.h B.21 Type-generic math +
 Tp d d log1ptgmath.h B.21 Type-generic math +
 Tp d d trunctgmath.h B.21 Type-generic math +
 Tp d d sinhtgmath.h B.21 Type-generic math +
 Tp d d fdimtgmath.h B.21 Type-generic math +
 Tp d d log2tgmath.h B.21 Type-generic math
 Tp d d cargtgmath.h B.21 Type-generic math -
 Tp d d tanhtgmath.h B.21 Type-generic math -
 Tp d d floortgmath.h B.21 Type-generic math -
 Tp d d logbtgmath.h B.21 Type-generic math +
 Tp d d tanhtgmath.h B.21 Type-generic math +
 Tp d d floortgmath.h B.21 Type-generic math +
 Tp d d logbtgmath.h B.21 Type-generic math
 Td p d d cimagtgmath.h B.21 Type-generic math -
 Tp d d exptgmath.h B.21 Type-generic math -
 Tp d d fmatgmath.h B.21 Type-generic math -
 Tp d d lrinttgmath.h B.21 Type-generic math +
 Tp d d exptgmath.h B.21 Type-generic math +
 Tp d d fmatgmath.h B.21 Type-generic math +
 Tp d d lrinttgmath.h B.21 Type-generic math
 Tp d d conjtgmath.h B.21 Type-generic math -
 Tp d d logtgmath.h B.21 Type-generic math -
 Tp d d fmaxtgmath.h B.21 Type-generic math -
 Tp d d lroundtgmath.h B.21 Type-generic math +
 Tp d d logtgmath.h B.21 Type-generic math +
 Tp d d fmaxtgmath.h B.21 Type-generic math +
 Tp d d lroundtgmath.h B.21 Type-generic math
 Tp d d cprojtgmath.h B.21 Type-generic math -
 Tp d d powtgmath.h B.21 Type-generic math -
 Tp d d fmintgmath.h B.21 Type-generic math -
 Tp d d nearbyinttgmath.h B.21 Type-generic math +
 Tp d d powtgmath.h B.21 Type-generic math +
 Tp d d fmintgmath.h B.21 Type-generic math +
 Tp d d nearbyinttgmath.h B.21 Type-generic math
 Td p d d crealtgmath.h B.21 Type-generic math
  d d d d d d d d d d d d d d d d d d d d d d d d NULLtime.h B.22 Date and time
  t size_ttime.h B.22 Date and time @@ -880,7 +879,7 @@
 Tp gmtimetime.hstruct tm *gmtime(const time_t *timer);B.22 Date and time
 Tp localtimetime.hstruct tm *localtime(const time_t *timer);B.22 Date and time
 Tp strftimetime.hsize_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);B.22 Date and time -
missing  wchar_twchar.h B.23 Extended multibyte/wide character utilities +
  t t wchar_twchar.h B.23 Extended multibyte/wide character utilities
  t wint_twchar.h B.23 Extended multibyte/wide character utilities
  d WCHAR_MAXwchar.h B.23 Extended multibyte/wide character utilities
  t size_twchar.h B.23 Extended multibyte/wide character utilities @@ -971,4 +970,4 @@
 Tp towctranswctype.hwint_t towctrans(wint_t wc, wctrans_t desc);B.24 Wide character classification and mapping utilities
 Tp wctranswctype.hwctrans_t wctrans(const char *property);B.24 Wide character classification and mapping utilities
-

stats

+

stats