opensolaris man page for ne_buffer_create

Query: ne_buffer_create

OS: opensolaris

Section: 3

Links: opensolaris man pages | All man pages

Forums: Unix Linux Community | Forum Categories

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

NE_BUFFER_CREATE(3)						neon API reference					       NE_BUFFER_CREATE(3)

NAME
ne_buffer_create, ne_buffer_ncreate - general purpose of group of functions
SYNOPSIS
#include <ne_alloc.h> ne_buffer *ne_buffer_create (void); ne_buffer *ne_buffer_ncreate (size_t size);
DESCRIPTION
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 ("").
RETURN VALUE
Both functions return a pointer to a new buffer object, and never NULL.
SEE ALSO
ne_buffer(3)
AUTHOR
Joe Orton <neon@webdav.org>.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWneon | +--------------------+-----------------+ |Interface Stability | Volatile | +--------------------+-----------------+
NOTES
Source for Neon is available on http://opensolaris.org. neon 0.25.5 20 January 2006 NE_BUFFER_CREATE(3)
Related Man Pages
ne_buffer_grow(3) - opensolaris
ne_buffer_ncreate(3) - opensolaris
ne_buffer_zappend(3) - opensolaris
ne_buffer(3) - redhat
ne_buffer_finish(3) - redhat
Similar Topics in the Unix Linux Community
How to learn UNIX
solaris zones vs container..
Grep the 'not running' jobs and will send the update in mail with its name(job)
What's legal and what's not?
Identify problem with while getopts