logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_msg_clear - clear message body content

Description

       The nng_msg_clear() function resets the body length of msg to zero.

Errors

       None.

Name

       nng_msg_clear - clear message body content

Return Values

       None.

See Also

nng_msg(5), nng(7)

                                                   2025-04-20                                   NNG_MSG_CLEAR(3)

Synopsis

           #include <nng/nng.h>

           void nng_msg_clear(nng_msg *msg);

See Also