firestring_strncpy(3) debian man page | unix.com

Man Page: firestring_strncpy

Operating Environment: debian

Section: 3

firestring_strncpy(3)					     Library Functions Manual					     firestring_strncpy(3)

NAME
firestring_strncpy - strncpy(3) with slightly saner semantics
SYNOPSIS
#include <firestring.h> -lfirestring void firestring_strncpy(char * const to, const char * const from, const size_t size)
DESCRIPTION
firestring_strncpy() acts like strncpy(3) except that to will always contain a trailing nil, even if the function runs out of space.
RETURN VALUE
Always succeeds.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2002-03-31 firestring_strncpy(3)
Related Man Pages
string(3) - debian
firestring_snprintf(3) - debian
libfirestring(3) - debian
string(3) - suse
string(3) - osx
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph