mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 01:26:56 -04:00
5 lines
54 B
C
5 lines
54 B
C
float __ulltof (unsigned long long a)
|
|
{
|
|
return a;
|
|
}
|