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

buffer_getc - read one char from buffer

Description

       buffer_getc(b,x) is similar to buffer_get(b,x,1).

Name

       buffer_getc - read one char from buffer

See Also

buffer_init(3), buffer_get(3), buffer(3)

                                                                                                  buffer_getc(3)

Syntax

#include<libowfat/buffer.h>

       int buffer_getc(buffer* b,char* x);

See Also