cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ] #include <mathcw.h> extern int isnormalf (float x); extern int isnormal (double x); extern int isnormall (long double x); extern int isnormalw (__float80 x); extern int isnormalq (__float128 x); extern int isnormalll (long_long_double x); extern int isnormaldf (decimal_float x); extern int isnormald (decimal_double x); extern int isnormaldl (decimal_long_double x); extern int isnormaldll (decimal_long_long_double x);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.