forked from Mirrors/privacore-open-source-search-engine
11 lines
248 B
C
11 lines
248 B
C
#ifndef GB_ENTITIES_H
|
|
#define GB_ENTITIES_H
|
|
|
|
// Matt Wells, copyright Jul 2001
|
|
|
|
#include "Unicode.h"
|
|
|
|
int32_t getEntity_a ( const char *s, int32_t maxLen, uint32_t codepoint[2], int32_t *codepointCount, int32_t *utf8Len );
|
|
|
|
#endif // GB_ENTITIES_H
|