This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
400c036c67
ack
/
lang
/
cem
/
libcc
/
gen
/
abs.c
5 lines
50 B
C
Raw
Normal View
History
Unescape
Escape
Added Rcs Id
1987-03-31 10:45:53 +00:00
/* $Header$ */
Initial revision
1987-01-27 15:57:55 +00:00
abs
(
i
)
{
return
i
<
0
?
-
i
:
i
;
}
Reference in a new issue
Copy permalink