Go to the source code of this file.
Defines | |
| #define | SUBTRACT 34 |
| #define | entity_lookup(num) (num >= 34 ? num <= 9830 ? entity_table[num-SUBTRACT] : NULL : NULL) |
Definition in file entitytable.h.
|
|
macro to look up an entity in the table
Definition at line 25 of file entitytable.h. |
|
|
for internal use only Definition at line 20 of file entitytable.h. |
1.3.5