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/qabs.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/qabs.3')
-rw-r--r-- | lib/libc/stdlib/qabs.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/qabs.3 b/lib/libc/stdlib/qabs.3 index 093212edf5c..2a1ae0d2021 100644 --- a/lib/libc/stdlib/qabs.3 +++ b/lib/libc/stdlib/qabs.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qabs.3,v 1.6 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: qabs.3,v 1.7 2006/01/13 17:58:09 millert Exp $ .\" .Dd June 29, 1991 .Dt QABS 3 @@ -48,6 +48,7 @@ function returns the absolute value of the quad integer .Fa j . .Sh SEE ALSO .Xr abs 3 , +.Xr imaxabs 3 , .Xr cabs 3 , .Xr floor 3 , .Xr labs 3 , |