From 56619463ac26dc6c3e576d2fbf6b544eebeb5148 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sun, 20 May 2012 11:24:59 +0200 Subject: Imported Upstream version 2.2.0 --- doc/zmq_version.html | 163 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 96 insertions(+), 67 deletions(-) (limited to 'doc/zmq_version.html') diff --git a/doc/zmq_version.html b/doc/zmq_version.html index a1c0047..65b94df 100644 --- a/doc/zmq_version.html +++ b/doc/zmq_version.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_version(3) - +
+

SYNOPSIS

void zmq_version (int *major, int *minor, int *patch);

+
+

DESCRIPTION

The zmq_version() function shall fill in the integer variables pointed to by @@ -593,14 +612,20 @@ components of the ØMQ library version.

dynamically linking to the ØMQ library that wish to determine the actual version of the ØMQ library they are using.

+
+

RETURN VALUE

There is no return value.

+
+

ERRORS

No errors are defined.

+
+

EXAMPLE

@@ -611,21 +636,25 @@ zmq_version (&major, &minor, &patch); printf ("Current 0MQ version is %d.%d.%d\n", major, minor, patch);
+ +

SEE ALSO

+
+

AUTHORS

-

This ØMQ manual page was written by Martin Sustrik <sustrik@250bpm.com> and -Martin Lucina <mato@kotelna.sk>.

+

This manual page was written by the ØMQ community.

+

-- cgit v1.2.3