gdb-server/include/hex.h

8 lines
115 B
C
Raw Normal View History

2024-10-07 04:55:44 +00:00
#ifndef V810_HEX_H_
#define V810_HEX_H_
#include <stdbool.h>
bool parse_hex_digit(char digit, char *out);
#endif