mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
7 lines
115 B
C
7 lines
115 B
C
#ifndef TERMID_MASK_H_
|
|
#define TERMID_MASK_H_
|
|
|
|
#define TERMID_MASK (0x0000ffffffffffffLL)
|
|
|
|
#endif //TERMID_MASK_H_
|