# define TGSOURCE "scalbn.c" #include "_tgmath.h" #include TYPE TGFN(scalbn)(TYPE x, int n) { return x - n; } /* STDC(199901) LINK(m) */