Windows PowerShell command on Get-command ne_buffer_create
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man ne_buffer_create

neon API reference NE_BUFFER_CREATE(3)

NAME

ne_buffer_create, ne_buffer_ncreate - general purpose of

group of functions

SYNOPSIS

#include

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

AUTHOR Joe Orton Author. COPYRIGHT

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

_______________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE|

|____________________|__________________|_

| Availability | library/neon |

|____________________|__________________|_

| Interface Stability| Volatile |

|____________________|_________________|

NOTES Source for Neon is available on http://opensolaris.org. neon 0.29.0 Last change: 13 September 2009 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™