neon API reference NEBUFERCREATE(3)
NAME
nebuffercreate, nebufferncreate - general purpose of
group of functions
SYNOPSIS
#include
nebuffer *nebuffercreate (void);
nebuffer *nebufferncreate (sizet size);
DESCRIPTION
nebuffercreate creates a new buffer object, with an
implementation-defined initial size. nebufferncreate
creates an nebuffer 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 NUL.
SEE ALSO
nebuffer(3)
AUTHOR
Joe Orton .
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWneon
Interface Stability Volatile
NOTES
Source for Neon is available on http:/opensolaris.org.
neon 0.25.5 Last change: 20 January 2006 1
|