#ifndef V810_HEX_H_ #define V810_HEX_H_ #include bool parse_hex_digit(char digit, char *out); #endif