*Defined in /sys/math.h

DEC2BIN(i)	Returns an array with the binary representation of
		the integer i. 10 -> ({ 1, 0, 1, 0 })

