GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
firestring_concat(3) FreeBSD Library Functions Manual firestring_concat(3)

firestring_concat - concatenate strings

#include <firestring.h>
-lfirestring

char *firestring_concat(const char *s, ...)

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.

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.

Ian Gulliver <ian@penguinhosting.net>

libfirestring(3)
2002-03-31

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.