aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/llabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/llabs.c')
-rw-r--r--newlib/libc/stdlib/llabs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/libc/stdlib/llabs.c b/newlib/libc/stdlib/llabs.c
index 4963739..c2a561c 100644
--- a/newlib/libc/stdlib/llabs.c
+++ b/newlib/libc/stdlib/llabs.c
@@ -5,15 +5,10 @@ FUNCTION
INDEX
llabs
-ANSI_SYNOPSIS
+SYNOPSIS
#include <stdlib.h>
long long llabs(long long <[j]>);
-TRAD_SYNOPSIS
- #include <stdlib.h>
- long long llabs(<[j]>)
- long long <[j]>;
-
DESCRIPTION
The <<llabs>> function computes the absolute value of the long long integer
argument <[j]> (also called the magnitude of <[j]>).