src
|
#include "src/parse/unescape.h"
Go to the source code of this file.
Namespaces | |
re2c | |
Functions | |
static uint32_t | re2c::hex_digit (const char c) |
uint32_t | re2c::unesc_hex (const char *s, const char *s_end) |
uint32_t | re2c::unesc_oct (const char *s, const char *s_end) |