~ubuntu-branches/ubuntu/wily/firedns/wily

« back to all changes in this revision

Viewing changes to firestring/man/firestring_estr_strcat.3

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2004-02-15 23:03:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215230339-63vu3yi08n8ly3ol
Tags: upstream-0.9.9
ImportĀ upstreamĀ versionĀ 0.9.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" (C) 2002 Ian Gulliver
 
2
.TH firestring_estr_strcat 3 2002-06-10
 
3
.SH NAME
 
4
firestring_estr_strcat \-
 
5
concatenate a string onto an estring
 
6
.SH SYNOPSIS
 
7
.B #include <firestring.h>
 
8
.br
 
9
.B -lfirestring
 
10
.LP
 
11
.BI "int firestring_estr_strcat(struct firestring_estr_t *" "estring" ", const char *" "string" ")"
 
12
.SH DESCRIPTION
 
13
firestring_estr_strcat() copys the contents of
 
14
.I string
 
15
onto the end of
 
16
.IR estring ,
 
17
provided that there is room in
 
18
.IR estring .
 
19
.SH RETURN VALUE
 
20
0 if the string was copied successfully; 1 if there was insufficient space in
 
21
.I estring
 
22
for the copy to occur.
 
23
.SH AUTHOR
 
24
Ian Gulliver <ian@penguinhosting.net>
 
25
.SH SEE ALSO
 
26
.BR libfirestring (3)