|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One recognised HTML entity mapped to its single replacement byte. More...
Data Fields | |
| const char * | name |
| Entity body after '&', including the ';'. | |
| char | ch |
| Decoded byte ('\0' means "emit a space"). | |
One recognised HTML entity mapped to its single replacement byte.
Definition at line 17 of file mdl_extract_hits.c.
| char mdl_entity_t::ch |
Decoded byte ('\0' means "emit a space").
Definition at line 19 of file mdl_extract_hits.c.
Referenced by internal_decode_entity().
| const char* mdl_entity_t::name |
Entity body after '&', including the ';'.
Definition at line 18 of file mdl_extract_hits.c.