ne_buffer_create, ne_buffer_ncreate - general purpose of group of functions
Author
Attributes
Notes
#include <ne_alloc.h>
ne_buffer *ne_buffer_create (void);
ne_buffer *ne_buffer_ncreate (size_t size);
ne_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 ("").
Both functions return a pointer to a new buffer object, and never NULL.
ne_buffer(3)
Joe Orton <neon@webdav.org>.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE Availability SUNWneon Interface Stability Volatile
Source for Neon is available on http://opensolaris.org.
| neon 0.25.5 | NE_BUFFER_CREATE (3) | 20 January 2006 |