setuint
#define setuint(a,b,c) a = ( ((temp = atoi(b)) <= 0) ? (c) : temp )
#define setuint(a, b, c) a = (((temp = atoi(b)) <= 0) ? (c) : temp)