cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ] #include <mathcw.h> extern float frexpof (float x, /*@out@*/ int * y); extern double frexpo (double x, /*@out@*/ int * y); extern long double frexpol (long double x, /*@out@*/ int * y); extern double frexpow (double x, /*@out@*/ int * y); extern double frexpoq (double x, /*@out@*/ int * y); extern long_long_double frexpoll (long_long_double x, /*@out@*/ int * y); extern decimal_float frexpodf (decimal_float x, /*@out@*/ int * y); extern decimal_double frexpod (decimal_double x, /*@out@*/ int * y); extern decimal_long_double frexpodl (decimal_long_double x, /*@out@*/ int * y); extern decimal_long_long_double frexpodll (decimal_long_long_double x, /*@out@*/ int * y);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.