Given that modf is prototyped as
double modf( double x, double *iptr );
is the behavior of the function well-defined if the address of x is
passed as the value of iptr?
--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
double modf( double x, double *iptr );
is the behavior of the function well-defined if the address of x is
passed as the value of iptr?
--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Comment