#include "header.h" //Made this for testing purposes, not used in this program. //Also, didn't actually test it. //But included, on principle that one should be able to negate what one has done double btof(unsigned int x) { unsigned int mask=1; double y=0; int i; for (i=(entries-1);i>=0;i--)//From the smallest to the largest { y+=( (mask<