cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ] #include <mathcw.h> extern int isfinitef (float x); extern int isfinite (double x); extern int isfinitel (long double x); extern int isfinitew (__float80 x); extern int isfiniteq (__float128 x); extern int isfinitell (long_long_double x); extern int isfinitedf (decimal_float x); extern int isfinited (decimal_double x); extern int isfinitedl (decimal_long_double x); extern int isfinitedll (decimal_long_long_double x);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.