From 77077eee7a0b8b2526ff4a29cc2169f2ff32443a Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 15 Nov 2001 02:05:03 +0000 Subject: o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). o Update abs(3), div(3), labs(3), ldiv(3) to reflect standards conformance and add additional references. Reviewed by: bde, wollman --- lib/libc/stdlib/ldiv.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/ldiv.3') diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3 index f6b2477..8e09cdf 100644 --- a/lib/libc/stdlib/ldiv.3 +++ b/lib/libc/stdlib/ldiv.3 @@ -36,7 +36,7 @@ .\" @(#)ldiv.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd November 14, 2001 .Dt LDIV 3 .Os .Sh NAME @@ -64,10 +64,12 @@ and .Ar rem . .Sh SEE ALSO .Xr div 3 , +.Xr imaxdiv 3 , +.Xr lldiv 3 , .Xr math 3 .Sh STANDARDS The .Fn ldiv function conforms to -.St -isoC . +.St -isoC-99 . -- cgit v1.1