ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_entity_t Struct Reference

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").

Detailed Description

One recognised HTML entity mapped to its single replacement byte.

Definition at line 17 of file mdl_extract_hits.c.

Field Documentation

◆ ch

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().

◆ name

const char* mdl_entity_t::name

Entity body after '&', including the ';'.

Definition at line 18 of file mdl_extract_hits.c.


The documentation for this struct was generated from the following file: