Query: firestring_strncat
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
firestring_strncat(3) Library Functions Manual firestring_strncat(3)NAMEfirestring_strncat - strncat(3) with slightly saner semanticsSYNOPSIS#include <firestring.h> -lfirestring void firestring_strncat(char * const to, const char * const from, const size_t size)DESCRIPTIONfirestring_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 VALUEAlways succeeds.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2002-03-31 firestring_strncat(3)