diff options
| author | matt <matt@NetBSD.org> | 2008-08-04 21:29:27 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2008-08-04 21:29:27 +0000 |
| commit | cac8e449158efc7261bebc8657cbb0125a2cfdde (patch) | |
| tree | 72b89c429f4be1ace8ebf5d61156daef8469c343 /lib/libc/stdlib/abs.3 | |
| parent | 7ab651d699be8931e6858689c82fc99cd8ee9280 (diff) | |
Add C99 functions imaxabs and imaxdiv.
Diffstat (limited to 'lib/libc/stdlib/abs.3')
| -rw-r--r-- | lib/libc/stdlib/abs.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index c996f488eee..d9a8238f9bd 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: abs.3,v 1.12 2003/08/07 16:43:37 agc Exp $ +.\" $NetBSD: abs.3,v 1.13 2008/08/04 21:29:27 matt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,6 +63,7 @@ the absolute value. .Xr fabs 3 , .Xr floor 3 , .Xr hypot 3 , +.Xr imaxabs 3 , .Xr labs 3 , .Xr llabs 3 , .Xr math 3 |
