27void * pm_memchr(
const void *source,
int character,
size_t number,
bool encoding_changed,
const pm_encoding_t *encoding);
Macro definitions used throughout the prism library.
The encoding interface and implementations used by the parser.
This struct defines the functions necessary to implement the encoding interface so we can determine h...