7 lines
69 B
C
7 lines
69 B
C
#ifndef UTILITY_H
|
|
#define UTILITY_H
|
|
|
|
int hex_to_int(char c);
|
|
|
|
#endif
|