zmq_version man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

ZMQ_VERSION(3)			  0MQ Manual			ZMQ_VERSION(3)

NAME
       zmq_version - report 0MQ library version

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

DESCRIPTION
       The zmq_version() function shall fill in the integer variables pointed
       to by the major, minor and patch arguments with the major, minor and
       patch level components of the 0MQ library version.

       This functionality is intended for applications or language bindings
       dynamically linking to the 0MQ library that wish to determine the
       actual version of the 0MQ library they are using.

RETURN VALUE
       There is no return value.

ERRORS
       No errors are defined.

EXAMPLE
       Printing out the version of the 0MQ library.

	   int major, minor, patch;
	   zmq_version (&major, &minor, &patch);
	   printf ("Current 0MQ version is %d.%d.%d\n", major, minor, patch);

SEE ALSO
       zmq(7)

AUTHORS
       This page was written by the 0MQ community. To make a change please
       read the 0MQ Contribution Policy at
       http://www.zeromq.org/docs:contributing.

0MQ 4.0.1			  03/10/2014			ZMQ_VERSION(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net