firestring_strncat(3) debian man page | unix.com

Man Page: firestring_strncat

Operating Environment: debian

Section: 3

firestring_strncat(3)					     Library Functions Manual					     firestring_strncat(3)

NAME
firestring_strncat - strncat(3) with slightly saner semantics
SYNOPSIS
#include <firestring.h> -lfirestring void firestring_strncat(char * const to, const char * const from, const size_t size)
DESCRIPTION
firestring_strncpy() acts like strncat(3) except that to will always contain a trailing nil, even if the function runs out of space and the size argument is the maximum size of all of to, not just the amount of space remaining in it. In simpler terms, firestring_strncat() appends the string from to to, where to is a buffer of size bytes.
RETURN VALUE
Always succeeds.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2002-03-31 firestring_strncat(3)
Related Man Pages
strncat(3) - linux
strcat(3) - debian
firestring_estr_chug(3) - debian
strcat(3) - suse
strlcat(9f) - sunos
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections