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