1 2 3 4 5 6 7 8 9 10 11
#include <math.h> #include <stdio.h> long double __log2l (long double x) { fputs ("__log2l not implemented\n", stderr); return 0.0; } stub_warning (__log2l)