NE_BUFFER_CREATESection: neon API reference (3)Updated: 5 July 2004 |
NE_BUFFER_CREATESection: neon API reference (3)Updated: 5 July 2004 |
#include <ne_alloc.h>
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)