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/labs.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/labs.3')
-rw-r--r-- | lib/libc/stdlib/labs.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3 index 742f3eedba3..ab1ccaaf532 100644 --- a/lib/libc/stdlib/labs.3 +++ b/lib/libc/stdlib/labs.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: labs.3,v 1.7 2003/07/21 20:20:04 millert Exp $ +.\" $OpenBSD: labs.3,v 1.8 2006/01/13 17:58:09 millert Exp $ .\" .Dd May 14, 2003 .Dt LABS 3 @@ -56,6 +56,7 @@ function returns the absolute value of the long long integer .Xr abs 3 , .Xr cabs 3 , .Xr floor 3 , +.Xr imaxabs 3 , .Xr math 3 .Sh STANDARDS The |