floating: Add remainder functions.
[altfloat.git] / cfloat.h
blob70ac1cfec3f235572d6d88ee4fcb3368db965aa5
1 #ifndef MARSHAL_H_
2 #define MARSHAL_H_
4 int fmt_double(char *buf, double val);
5 double double_sign(double val);
7 #endif