z-mterm2.h

来自「harvest是一个下载html网页得机器人」· C头文件 代码 · 共 38 行

H
38
字号
/* Generated automatically by the YAZ ASN.1 Compiler 0.3 *//* Module-H UserInfoFormat-multipleSearchTerms-2 */#ifndef z_mterm2_H#define z_mterm2_H#include <yaz/odr.h>#include <yaz/z-core.h>#ifdef __cplusplusextern "C" {#endiftypedef struct Z_MultipleSearchTerms_2_s Z_MultipleSearchTerms_2_s;YAZ_EXPORT int z_MultipleSearchTerms_2_s (ODR o, Z_MultipleSearchTerms_2_s **p, int opt, const char *name);typedef struct Z_MultipleSearchTerms_2 Z_MultipleSearchTerms_2;YAZ_EXPORT int z_MultipleSearchTerms_2 (ODR o, Z_MultipleSearchTerms_2 **p, int opt, const char *name);#ifdef __cplusplus}#endif#ifdef __cplusplusextern "C" {#endifstruct Z_MultipleSearchTerms_2_s {	Z_Term *term;	bool_t *flag; /* OPT */};struct Z_MultipleSearchTerms_2 {	int num;	Z_MultipleSearchTerms_2_s **elements;};#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?