c-course/c-basic/hex_read_scanf.h
Mert Gör 45f7da58f9
All checks were successful
ci/woodpecker/push/build Pipeline was successful
hex read scanf
2025-06-18 07:35:11 +03:00

9 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