FirteX-高性能全文索引和检索平台API Documentation |
#include <wchar.h>#include <inttypes.h>宏定义 | |
| #define | MAX_UINT64 ( ~ ((uint64_t) 0) ) |
| #define | MAX_INT64 ( (int64_t) ( MAX_UINT64 >> 1 ) ) |
| #define | MIN_INT64 ( (int64_t) ( MAX_UINT64 ^ ( (uint64_t) MAX_INT64 ) ) ) |
| #define | MAX_UINT32 ( ~ ((uint32_t) 0) ) |
| #define | MAX_INT32 ( (int32_t) (MAX_UINT32 >> 1) ) |
| #define | MIN_INT32 ( (int32_t) ( MAX_UINT32 ^ ( (uint32_t) MAX_INT32 ) ) ) |
| #define | NULL 0 |
类型定义 | |
| typedef uint8_t | byte |
| typedef int64_t | fileoffset_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.firtex.org http://www.sourceforge.net/projects/firtex