nn_strerror man page on DragonFly

Printed from http://www.polarhome.com/service/man/?qf=nn_strerror&af=0&tf=2&of=DragonFly

NN_STRERROR(3)			nanomsg manual			NN_STRERROR(3)

NAME
       nn_strerror - convert an error number into human-readable string

SYNOPSIS
       #include <nanomsg/nn.h>

       const char *nn_strerror (int errnum);

DESCRIPTION
       Converts error number (errno) into a human-readable string. As opposed
       to strerror(3) this function handles nanomsg-specific errors in
       addition to standard system errors.

RETURN VALUE
       Return error message string.

ERRORS
       No errors are defined.

EXAMPLE
	   rc = nn_send (s, "ABC", 3, 0);
	   if (rc < 0)
	       printf ("nn_send failed: %s\n", nn_strerror (errno));

SEE ALSO
       nn_errno(3) nn_symbol(3) nanomsg(7)

AUTHORS
       Martin Sustrik <sustrik@250bpm.com[1]>

NOTES
	1. sustrik@250bpm.com
	   mailto:sustrik@250bpm.com

nanomsg Unknown			  12/23/2015			NN_STRERROR(3)
[top]

List of man pages available for DragonFly

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