gdb-server/include/hex.h

8 lines
113 B
C
Raw Permalink Normal View History

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