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_seek - remove bytes from beginning of string in buffer

Description

       buffer_seek  removes  r  bytes from the beginning of the string.  r must be at most the current length of
       the string.

Name

       buffer_seek - remove bytes from beginning of string in buffer

See Also

buffer_init(3), buffer_feed(3), buffer_peek(3), buffer_get(3), buffer(3)

                                                                                                  buffer_seek(3)

Syntax

#include<libowfat/buffer.h>

       void buffer_seek(buffer* b,size_t r);

See Also