#define min(a,b) (((a)<(b))?(a):(b))
stdhdrs.h
Define a min(a,b) macro when the compiler lacks it.
Macros