mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-16 02:37:42 +01:00
5 lines
48 B
C
5 lines
48 B
C
|
double __uitod (unsigned int a)
|
||
|
{
|
||
|
return a;
|
||
|
}
|