File: buffer_seek.3

package info (click to toggle)
libowfat 0.24-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,160 kB
  • ctags: 1,004
  • sloc: ansic: 10,581; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
.TH buffer_seek 3
.SH NAME
buffer_seek \- remove bytes from beginning of string in buffer
.SH SYNTAX
.B #include <buffer.h>

void \fBbuffer_seek\fP(buffer* \fIb\fR,unsigned long int \fIr\fR);
.SH DESCRIPTION
buffer_seek removes \fIr\fR bytes from the beginning of the string.
\fIr\fR must be at most the current length of the string.
.SH "SEE ALSO"
buffer_init(3), buffer_feed(3), buffer_peek(3), buffer_get(3), buffer(3)