gdb-server/include/hex.h

8 lines
115 B
C

#ifndef V810_HEX_H_
#define V810_HEX_H_
#include <stdbool.h>
bool parse_hex_digit(char digit, char *out);
#endif