logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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