debian man page for buffer_seek

Query: buffer_seek

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

buffer_seek(3)						     Library Functions Manual						    buffer_seek(3)

NAME
buffer_seek - remove bytes from beginning of string in buffer
SYNTAX
#include <buffer.h> void buffer_seek(buffer* b,size_t r);
DESCRIPTION
buffer_seek removes r bytes from the beginning of the string. r must be at most the current length of the string.
SEE ALSO
buffer_init(3), buffer_feed(3), buffer_peek(3), buffer_get(3), buffer(3) buffer_seek(3)
Related Man Pages
ldns_buffer_write(3) - centos
ldns_buffer_read_at(3) - debian
ldns_buffer_read_u8_at(3) - debian
ldns_buffer_read_u32_at(3) - debian
ldns_buffer_read_u8(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?