llvm-project/libcxx/include/support/solaris/floatingpoint.h

6 lines
106 B
C

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