PatchworkOS
966e257
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
labs.c
Go to the documentation of this file.
1
#include <
stdlib.h
>
2
3
long
int
labs
(
long
int
j)
4
{
5
return
(j >= 0) ? j : -j;
6
}
labs
long int labs(long int j)
Definition
labs.c:3
stdlib.h
src
libstd
functions
stdlib
labs.c
Generated on Mon Dec 15 2025 21:55:53 for PatchworkOS by
1.9.8