From 978e33ba253a997b41b331b449b474a5cee7bccc Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:31 +0100 Subject: Imported Upstream version 2.1.10 --- doc/zmq_version.html | 124 +++++++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 59 deletions(-) (limited to 'doc/zmq_version.html') diff --git a/doc/zmq_version.html b/doc/zmq_version.html index 9a91e09..a1c0047 100644 --- a/doc/zmq_version.html +++ b/doc/zmq_version.html @@ -2,28 +2,15 @@ "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 @@ -576,20 +593,14 @@ 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

@@ -600,26 +611,21 @@ 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>.

-

-- cgit v1.2.3