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