PatchworkOS
Loading...
Searching...
No Matches
llabs.c
Go to the documentation of this file.
1
#include <
stdlib.h
>
2
3
long
long
int
llabs
(
long
long
int
j)
4
{
5
return
(j >= 0) ? j : -j;
6
}
llabs
long long int llabs(long long int j)
Definition
llabs.c:3
stdlib.h
src
libstd
functions
stdlib
llabs.c
Generated by
1.9.8