I\'m wondering how to convert a hex string to a human readable string (if that makes any sense) this would be my first real encounter with hex values so I\'m still learning abou
fprintf(file, "%h", thing);
Something along those lines?