| PARAM(3) | Library Functions Manual | PARAM(3) | 
param —
#include <sys/param.h>
size
  
  MAX(size
    a, size b);
size
  
  MIN(size
    a, size b);
<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.
#define __NetBSD_Version__    599004800   /* 5.99.48 */
    
    The general format is “MMmmrrpp00”, where ‘MM’ and ‘mm’ denote the major and minor version, respectively, ‘rr’ is provided for compatibility, and ‘pp’ defines the patch level.
MAX() and
      MIN() as well as more specific macros such as
      STACK(9),
      ctod(9),
      mstohz(9),
      roundup(9), and
      setbit(9).<param.h> header appeared
  already in the Version 4 AT&T UNIX.
| April 10, 2011 | NetBSD 9.3 |