*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: imax | Section: 9 | Source: OpenBSD | File: imax.9
IMAX(9) FreeBSD Kernel Developer's Manual IMAX(9) NAME imax, imin, lmax, lmin, max, min, ulmax, ulmin, abs - kernel library math routines SYNOPSIS #include <lib/libkern/libkern.h> int imax(int a, int b); int imin(int a, int b); long lmax(long a, long b); long lmin(long a, long b); u_int max(u_int a, u_int b); u_int min(u_int a, u_int b); u_long ulmax(u_long a, u_long b); u_long ulmin(u_long a, u_long b); int abs(int j); DESCRIPTION The min(), imin(), lmin() and ulmin() functions return the smallest integer between a and b, inclusive. The max(), imax(), lmax() and ulmax() functions return the largest integer between a and b, inclusive. The abs() function computes the absolute value of integer j. STANDARDS The abs() function conforms to ANSI X3.159-1989 ("ANSI C89"). FreeBSD 14.1-RELEASE-p8 April 23, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options