I\'m trying to simply convert a byte received from fget into binary.
I know the value of the first byte was 49 based on printing the value. I now need to convert this in
This addition in place of that will work:
bits[i]= byte & (mask << i); bits[i] >>=i;