📄 z-univ.h
字号:
/* Generated automatically by the YAZ ASN.1 Compiler 0.3 *//* Module-H ResourceReport-Format-Universe-1 */#ifndef z_univ_H#define z_univ_H#include <yaz/odr.h>#include <yaz/z-core.h>#ifdef __cplusplusextern "C" {#endiftypedef struct Z_UniverseReportHits Z_UniverseReportHits;YAZ_EXPORT int z_UniverseReportHits (ODR o, Z_UniverseReportHits **p, int opt, const char *name);typedef struct Z_UniverseReportDuplicate Z_UniverseReportDuplicate;YAZ_EXPORT int z_UniverseReportDuplicate (ODR o, Z_UniverseReportDuplicate **p, int opt, const char *name);typedef struct Z_UniverseReport Z_UniverseReport;YAZ_EXPORT int z_UniverseReport (ODR o, Z_UniverseReport **p, int opt, const char *name);#ifdef __cplusplus}#endif#ifdef __cplusplusextern "C" {#endifstruct Z_UniverseReportHits { Z_StringOrNumeric *database; Z_StringOrNumeric *hits;};struct Z_UniverseReportDuplicate { Z_StringOrNumeric *hitno;};struct Z_UniverseReport { int *totalHits; int which; union { Z_UniverseReportHits *databaseHits; Z_UniverseReportDuplicate *duplicate;#define Z_UniverseReport_databaseHits 1#define Z_UniverseReport_duplicate 2 } u;};#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -