0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-10 15:19:16 +08:00
libzmq/man/man3/zmq_msg_init_size.3

13 lines
334 B
Groff
Raw Normal View History

.TH zmq_msg_init_size 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
.SH NAME
zmq_msg_init \- initialises 0MQ message of a specified size
.SH SYNOPSIS
.B int zmq_msg_init_size (zmq_msg_t *msg, size_t size);
.SH DESCRIPTION
.SH RETURN VALUE
.SH ERRORS
.SH EXAMPLE
.SH SEE ALSO
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>