PatchworkOS
19e446b
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
abs.c
Go to the documentation of this file.
1
#include <
stdlib.h
>
2
3
int
abs
(
int
j)
4
{
5
return
(j >= 0) ? j : -j;
6
}
abs
int abs(int j)
Definition
abs.c:3
stdlib.h
src
libstd
functions
stdlib
abs.c
Generated on Sat Jan 24 2026 10:59:25 for PatchworkOS by
1.9.8