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