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
strncpy(3) - linux
string(3) - mojave
strcpy(3) - linux
string(3) - redhat
string(3) - freebsd
Similar Topics in the Unix Linux Community
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results
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)?