mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
5 lines
54 B
C
5 lines
54 B
C
float __ulltof (unsigned long long a)
|
|
{
|
|
return a;
|
|
}
|