mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
17 lines
275 B
C
17 lines
275 B
C
#ifndef __INDEX_FST_COMM_H__
|
|
#define __INDEX_FST_COMM_H__
|
|
|
|
#include "tutil.h"
|
|
extern const uint8_t COMMON_INPUTS[];
|
|
extern const char COMMON_INPUTS_INV[];
|
|
extern const int32_t COMMON_INPUTS_LEN;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|