PARAM(3) Library Functions Manual PARAM(3)

NAME

paramcommon parameters

SYNOPSIS

#include <sys/param.h>

size
MAX(size a, size b);

size
MIN(size a, size b);

DESCRIPTION

The <sys/param.h> header includes some common definitions and macros specific to NetBSD. The header is perhaps best characterized as a kernel equivalent of <sys/types.h>. The following list summarizes the provided definitions and macros.

SEE ALSO

bitops(3), cdefs(3), types(3), unistd(3)

HISTORY

A <param.h> header appeared already in the Version 4 AT&T UNIX.
April 10, 2011 NetBSD 6.1