📄 z-sum.h
字号:
/* Generated automatically by the YAZ ASN.1 Compiler 0.3 *//* Module-H RecordSyntax-summary */#ifndef z_sum_H#define z_sum_H#include <yaz/odr.h>#include <yaz/z-core.h>#ifdef __cplusplusextern "C" {#endiftypedef struct Z_BriefBib Z_BriefBib;YAZ_EXPORT int z_BriefBib (ODR o, Z_BriefBib **p, int opt, const char *name);typedef struct Z_FormatSpec Z_FormatSpec;YAZ_EXPORT int z_FormatSpec (ODR o, Z_FormatSpec **p, int opt, const char *name);#ifdef __cplusplus}#endif#ifdef __cplusplusextern "C" {#endifstruct Z_BriefBib { Z_InternationalString *title; Z_InternationalString *author; /* OPT */ Z_InternationalString *callNumber; /* OPT */ Z_InternationalString *recordType; /* OPT */ Z_InternationalString *bibliographicLevel; /* OPT */ int num_format; Z_FormatSpec **format; /* OPT */ Z_InternationalString *publicationPlace; /* OPT */ Z_InternationalString *publicationDate; /* OPT */ Z_InternationalString *targetSystemKey; /* OPT */ Z_InternationalString *satisfyingElement; /* OPT */ int *rank; /* OPT */ Z_InternationalString *documentId; /* OPT */ Z_InternationalString *abstract; /* OPT */ Z_OtherInformation *otherInfo; /* OPT */};struct Z_FormatSpec { Z_InternationalString *type; int *size; /* OPT */ int *bestPosn; /* OPT */};#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -