clamp(9) suse man page | unix.com

Man Page: clamp

Operating Environment: suse

Section: 9

CLAMP(9)							   Driver Basics							  CLAMP(9)

NAME
clamp - return a value clamped to a given range with strict typechecking
SYNOPSIS
clamp(val, min, max);
ARGUMENTS
val current value min minimum allowable value max maximum allowable value
DESCRIPTION
This macro does strict typechecking of min/max to make sure they are of the same type as val. See the unnecessary pointer comparisons.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 CLAMP(9)
Related Man Pages
pfsclamp(1) - suse
tk::x11font(3) - centos
rand(3) - php
gedcom::grammar(3pm) - debian
tk::x11font(3pm) - debian
Similar Topics in the Unix Linux Community
awk script to "clamp" numbers.