File: unent.e

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (2 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
 struct _Entity {char *name; unsigned int code;};
 const struct _Entity *lookup_entity (const char *str, unsigned int len);