*Defined in /sys/math.h

BIN2DEC(arr)	Returns the integer representation of the binary number
		in arr. ({ 1, 0, 1, 0 }) -> 10

