debian man page for buffer_getline

Query: buffer_getline

OS: debian

Section: 3

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

buffer_getline(3)					     Library Functions Manual						 buffer_getline(3)

NAME
buffer_getline - read line from buffer
SYNTAX
#include <buffer.h> ssize_t buffer_getline(buffer* b,char* x,size_t len);
DESCRIPTION
buffer_getline copies data from b to x[0], x[1], ..., x[len-1] until len bytes have been copied or a new-line character (' ') is encoun- tered. That character is also copied. Note that line is not 0-terminated to make reading lines with 0-bytes possible through this interface.
RETURN VALUE
Number of bytes read (without ' '), -1 on error (setting errno).
SEE ALSO
buffer_init(3), buffer_feed(3), buffer_peek(3), buffer_seek(3), buffer(3) buffer_getline(3)
Related Man Pages
getdelim(3) - redhat
buffer(3) - debian
ieee1284_compat_write(3) - debian
ieee1284_ecp_write_addr(3) - debian
io_tryread(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph