mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-11 19:25:43 +00:00
3 lines
40 B
C
3 lines
40 B
C
long labs(long j)
|
|
{ return j>=0?j:-j; }
|