firestring_strncpy
firestring_strncpy
Section: C Library Functions (3) Updated: 2002-03-31 Local index
Up
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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:13 GMT, April 16, 2011