#include void binary (unsigned int n, unsigned long value) { unsigned int i; for(i=0; i>32); printf (" "); binary32 (value); }