EW_macros
EW_macros
ew
1998 12-05
NAME
EW_macros - defined macros for EW
SYNOPSIS
EW_MASK_EXCLUDING(a,b)
returns a altered by clearing any bits that are set in b.
EW_MIN(a,b) and EW_MAX(a,b)
return the minimum or maximum of a and b, respectively.
EW_WITHIN(mx,my,ix,iy,sx,sy)
returns true if the location mx,my
is within the region from origin
ix,iy of size sx,sy.
FILES
wds/macro.h Macro definition header file
SEE ALSO
EW_Intro(3)