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