mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 15:22:15 +00:00
5 lines
44 B
C
5 lines
44 B
C
|
long labs(long a)
|
||
|
{
|
||
|
return a>0 ? a : -a;
|
||
|
}
|