Query: ne_buffer_create
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NE_BUFFER_CREATE(3) neon API reference NE_BUFFER_CREATE(3)NAMEne_buffer_create, ne_buffer_ncreate - create a string bufferSYNOPSIS#include <ne_alloc.h> ne_buffer *ne_buffer_create(void); ne_buffer *ne_buffer_ncreate(size_t size);DESCRIPTIONne_buffer_create creates a new buffer object, with an implementation-defined initial size. ne_buffer_ncreate creates an ne_buffer where the minimum initial size is given in the size parameter. The buffer created will contain the empty string ("").RETURN VALUEBoth functions return a pointer to a new buffer object, and never NULL.SEE ALSOne_bufferAUTHORJoe Orton <neon@lists.manyfish.co.uk> Author.COPYRIGHTneon 0.29.6 3 May 2011 NE_BUFFER_CREATE(3)
Related Man Pages |
---|
ne_buffer_append(3) - debian |
ne_buffer_zappend(3) - debian |
ne_buffer_append(3) - centos |
ne_buffer_zappend(3) - centos |
ne_buffer_append(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
One instance of comparing grep and awk |
New UNIX and Linux History Sections |