cxx/include/support/solaris/floatingpoint.h
2012-02-29 13:17:28 +00:00

6 lines
106 B
C

#define atof sun_atof
#define strtod sun_strtod
#include_next "floatingpoint.h"
#undef atof
#undef strtod