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