cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ]
#include <mathcw.h>
#include <paircw.h>
extern void psubf (float_pair result, const float_pair x, const float_pair y);
extern void psub (double_pair result, const double_pair x, const double_pair y);
extern void psubl (long_double_pair result, const long_double_pair x, const long_double_pair y);
extern void psubw (__float80_pair result, const __float80_pair x, const __float80_pair y);
extern void psubq (__float128_pair result, const __float128_pair x, const __float128_pair y);
extern void psubll (long_long_double_pair result, const long_long_double_pair x,
const long_long_double_pair y);
extern void psubdf (decimal_float_pair result, const decimal_float_pair x, const decimal_float_pair y);
extern void psubd (decimal_double_pair result, const decimal_double_pair x, const decimal_double_pair y);
extern void psubdl (decimal_long_double_pair result, decimal_long_double x, decimal_long_double y);
extern void psubdll (decimal_long_long_double_pair result, decimal_long_long_double x,
decimal_long_long_double y);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.