// hexutil.h #ifndef HEXUTIL_H #define HEXUTIL_H // Prompts the user for a hexadecimal number and prints its decimal value. // Returns 0 upon successful execution. int hex_scan(void); #endif // HEXUTIL_H