Hello! math.h has a macro for signbit(x) that uses __signbitf() and __signbitd() which are functions defined in newlib/libm/common/s_signbit.c But there are no __sinbitf and __signbitd prototype declarations in math.h Isn't this a bug? -- Best Regards Artem B. Bityuckiy