#include <cruntime.h> float __float32_sub_asgn(float *minuend, float subtrahend);
__float32_sub_asgn updates the floating-point value pointed to by minuend by subtracting subtrahend from it. The stored difference is returned as the result.
__float32_sub_asgn is a provided on all implementations of CrossWorks.