5 lines
55 B
C
5 lines
55 B
C
|
double __ulltod (unsigned long long a)
|
||
|
{
|
||
|
return a;
|
||
|
}
|