debian man page for firestring_estr_areplace

Query: firestring_estr_areplace

OS: debian

Section: 3

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

firestring_estr_replace(3)				     Library Functions Manual					firestring_estr_replace(3)

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 fire- string_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) 2003-07-21 firestring_estr_replace(3)
Related Man Pages
string(3) - centos
strcat(3) - linux
firestring_snprintf(3) - debian
strcat(3) - suse
strncat(3) - suse
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?