#ifndef NUMSCAN_H #define NUMSCAN_H unsigned long binscan(char *str); void printbin(unsigned long x, int n); unsigned long numscan(char *str); #endif