diff options
author | 2006-01-13 17:58:09 +0000 | |
---|---|---|
committer | 2006-01-13 17:58:09 +0000 | |
commit | aa522acb7767a019ec34685ba2d2710fbd672ae7 (patch) | |
tree | c7fe2edc0074a72efe96645f2d920f15227a1fad /lib/libc/stdlib/abs.3 | |
parent | Use long long and intmax_t instead of quad_t throughout. Adapted in (diff) | |
download | wireguard-openbsd-aa522acb7767a019ec34685ba2d2710fbd672ae7.tar.xz wireguard-openbsd-aa522acb7767a019ec34685ba2d2710fbd672ae7.zip |
Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()
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 f0a6b8a23a2..fc0b20b7d5b 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: abs.3,v 1.6 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: abs.3,v 1.7 2006/01/13 17:58:09 millert Exp $ .\" .Dd June 29, 1991 .Dt ABS 3 @@ -54,6 +54,7 @@ function returns the absolute value. .Xr cabs 3 , .Xr floor 3 , .Xr hypot 3 , +.Xr imaxabs 3 , .Xr labs 3 , .Xr math 3 .Sh STANDARDS |