firestring_estr_replace
firestring_estr_replace
Section: C Library Functions (3) Updated: 2003-07-21 Local index
Up
NAME
firestring_estr_replace -
Replace occurences of one string with another, allocating space if needed
SYNOPSIS
#include <firestring.h>
-lfirestring
int firestring_estr_replace(struct firestring_estr_t * const dest, const struct firestring_estr_t * const source, const struct firestring_estr_t * const to, const struct firestring_estr_t * const from)
DESCRIPTION
firestring_estr_replace() copies
source
into
dest,
replacing all instances from
from
with
to.
It allocates more space in
dest
if needed.
RETURN VALUE
0
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