#include #define LENGTH 32 //Number of Binamils to compute and store int FloatToBin(float x, unsigned int * bp); //Converts float x (with 0<=x<1) to binary int ZeroBin(unsigned int * bp); //Zeroes out the storage int BinPrint(unsigned int * bp); //Prints the binary