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

lowdown_buf_free — free a dynamic buffer

Description

       Frees a dynamic buffer created with lowdown_buf_new(3).  If buf is NULL, the function does nothing.

Library

       library “liblowdown”

Name

       lowdown_buf_free — free a dynamic buffer

See Also

lowdown(3), lowdown_buf_new(3)

Debian                                             $Mdocdate$                                LOWDOWN_BUF_FREE(3)

Synopsis

#include<sys/queue.h>#include<stdio.h>#include<lowdown.h>voidlowdown_buf_free(structlowdown_buf*buf);

See Also