blob: 589ad2c852e54f5a79370ba5c6f3134bffe691aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#if 0
# define TGSOURCE "llround.c"
#include "_tgmath.h"
#include <math.h>
long long int TGFN(llround)(TYPE x)
{
return x;
}
/*
STDC(199901)
LINK(m)
*/
#endif
|