📄 ne_version_match.3
字号:
.\"Generated by db2man.xsl. Don't modify this, modify the source..de Sh \" Subsection.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Ip \" List item.br.ie \\n(.$>=3 .ne \\$3.el .ne 3.IP "\\$1" \\$2...TH "NE_VERSION_MATCH" 3 "5 July 2004" "neon 0.24.7" "neon API reference".SH NAMEne_version_match, ne_version_string \- library versioning.SH "SYNOPSIS".ad l.hy 0#include <ne_utils\&.h>.sp.HP 22int\ \fBne_version_match\fR\ (int\ \fImajor\fR, int\ \fIminor\fR);.HP 32const\ char\ *\fBne_version_string\fR\ (void);.ad.hy.SH "DESCRIPTION".PPThe \fBne_version_match\fR function returns non\-zero if the library version is not of major version \fImajor\fR, or the minor version is less than \fIminor\fR\&. For neon versions 0\&.x, every minor version is assumed to be incompatible with every other minor version\&..PPThe \fBne_version_string\fR function returns a string giving the library version\&..SH "EXAMPLES".PPTo require neon 1\&.x, version 1\&.2 or later:.nfif (ne_version_match(1, 2)) { printf("Library version out of date: 1\&.2 required, found %s\&.", ne_version_string()); exit(1);}.fi.SH AUTHORJoe Orton <neon@webdav\&.org>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -