File: firestring_strncpy.3

package info (click to toggle)
firedns 0.9.12-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,192 kB
  • ctags: 322
  • sloc: ansic: 4,026; sh: 964; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.\" (C) 2002 Ian Gulliver
.TH firestring_strncpy 3 2002-03-31
.SH NAME
firestring_strncpy \-
.BR strncpy (3)
with slightly saner semantics
.SH SYNOPSIS
.B #include <firestring.h>
.br
.B -lfirestring
.LP
.BI "void firestring_strncpy(char * const " "to" ", const char * const " "from" ", const size_t " "size" ")"
.SH DESCRIPTION
firestring_strncpy() acts like
.BR strncpy (3)
except that
.I to
will always contain a trailing nil, even if the function runs
out of space.
.SH RETURN VALUE
Always succeeds.
.SH AUTHOR
Ian Gulliver <ian@penguinhosting.net>
.SH SEE ALSO
.BR libfirestring (3)