hex read scanf
This commit is contained in:
9
c-basic/hex_read_scanf.h
Normal file
9
c-basic/hex_read_scanf.h
Normal file
@ -0,0 +1,9 @@
|
||||
// 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
|
Reference in New Issue
Block a user