= nn_freemsg(3compat) // // Copyright 2018 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This document is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this // file was obtained (LICENSE.txt). A copy of the license may also be // found online at https://opensource.org/licenses/MIT. // == NAME nn_freemsg - free message (compatible API) == SYNOPSIS [source,c] ---- #include int nn_freemsg(void *msg); ---- == DESCRIPTION The `nn_freemsg()` deallocates a message previously allocated with `<>`` or similar functions. NOTE: This function is provided for API <> with legacy _libnanomsg_. Consider using the relevant <> instead. == RETURN VALUES This function always returns 0. == ERRORS None. == SEE ALSO <>, <>, <>, <>, <>