File: unent.e

package info (click to toggle)
html-xml-utils 7.7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,540 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 192; yacc: 125
file content (3 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (4)
1
2
3
struct _Entity {char *name; unsigned int code;};
extern const struct _Entity *lookup_entity (register const char *str,
                             register size_t len);