# define TGSOURCE "ilogb.c" #include "nonstd/tgmath.h" #include TYPE TGFN(ilogb)(TYPE x) { return x; } /* STDC(199901) LINK(m) */