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
STRCATL(3) Schily´s LIBRARY FUNCTIONS STRCATL(3)

strcatl() - concatenates strings

char *strcatl(outbuf,s1...sn,NULL) 
char *outbuf,*s1...*sn;

strcatl() concatenates the "to" strings (s1...sn) into outbuf. The end of the list is signalled by NULL.

Returns a pointer to the end of the concatenated output, in outbuf.

No check for buffer overflow is made.

A strcatl() of the form: strcatl(foo,bar,foo,NULL) does not work correctly, although a strcatl() of the form "strcatl(foo,foo,bar,NULL)" will. The destination string can only be a source string if it is the first string in the list.

15. Juli 1988 Joerg Schilling

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.