#ifndef GB_ENTITIES_H
#define GB_ENTITIES_H
#include <inttypes.h>

// Matt Wells, copyright Jul 2001


int32_t getHtmlEntity(const char *s, int32_t maxLen, uint32_t codepoint[2], int32_t *codepointCount, int32_t *utf8Len);

#endif // GB_ENTITIES_H