firestring_concat(3) debian man page | unix.com

Man Page: firestring_concat

Operating Environment: debian

Section: 3

firestring_concat(3)					     Library Functions Manual					      firestring_concat(3)

NAME
firestring_concat - concatenate strings
SYNOPSIS
#include <firestring.h> -lfirestring char *firestring_concat(const char *s, ...)
DESCRIPTION
firestring_concat() expects a set of const char *'s to nil-terminated strings. It returns a dynamically allocated string containing all of the input strings concatenated.
RETURN VALUE
A pointer to a dynamically allocated string. This string should be freed by passing the pointer to free(3) when the program is finished with it, to avoid memory leaks.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2002-03-31 firestring_concat(3)
Related Man Pages
tcl_concat(3tcl) - debian
index(3c) - sunos
tcl_concat(3) - opendarwin
tcl_concat(3) - osx
tcl_concat(3) - redhat
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
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)?