1 #ifndef _RE2C_PARSE_UNESCAPE_
2 #define _RE2C_PARSE_UNESCAPE_
8 uint32_t
unesc_hex (
const char * s,
const char * s_end);
9 uint32_t
unesc_oct (
const char * s,
const char * s_end);
13 #endif // _RE2C_PARSE_UNESCAPE_
uint32_t unesc_oct(const char *s, const char *s_end)
uint32_t unesc_hex(const char *s, const char *s_end)