Poster of Linux kernel
The best gift for a Linux geek
Linux kernel map in printable PDF
for $4 or €3
firestring_estr_expand
firestring_estr_expand
Section: C Library Functions (3)
Updated: 2002-09-21
Local index
Up
NAME
firestring_estr_expand - expand an estring's space to a minimum length
SYNOPSIS
#include <
firestring.h
>
-lfirestring
void firestring_estr_expand(struct firestring_estr_t *
estring
, int
size
)
DESCRIPTION
firestring_estr_expand() uses
firestring_realloc
(3) to allocate at least
size
bytes in
estring
. If
estring
is already this size or greater, it does nothing.
RETURN VALUE
None.
AUTHOR
Ian Gulliver <
ian@penguinhosting.net
>
SEE ALSO
libfirestring
(3)
Index
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
AUTHOR
SEE ALSO
This document was created by
man2html
, using the manual pages.
Time: 21:46:12 GMT, April 16, 2011