Files
c-course/c-basic/hex_read_scanf.h
2025-06-18 07:35:11 +03:00

10 lines
206 B
C

// 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