mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
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
|