SYNOPSIS
- clamp_t(type, val, min, max);
ARGUMENTS
type
-
- the type of variable to use
val
- current value
min
- minimum allowable value
max
- maximum allowable value
DESCRIPTION
This macro does no typechecking and uses temporary variables of type 'type' to make all the comparisons.
COPYRIGHT