]> Pileus Git - ~andy/fetchmail/blob - trio/doc/doc_dynamic.h
Update translations and NEWS.
[~andy/fetchmail] / trio / doc / doc_dynamic.h
1 /*************************************************************************
2  *
3  * $Id: doc_dynamic.h,v 1.1 2001/12/27 17:29:20 breese Exp $
4  *
5  * Copyright (C) 2001 Bjorn Reese and Daniel Stenberg.
6  *
7  * Permission to use, copy, modify, and distribute this software for any
8  * purpose with or without fee is hereby granted, provided that the above
9  * copyright notice and this permission notice appear in all copies.
10  *
11  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
12  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
13  * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
14  * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
15  *
16  ************************************************************************/
17
18 /** @addtogroup DynamicStrings Dynamic String Functions.
19 Dynamic string functions.
20
21 @b SYNOPSIS
22
23 @verbatim
24 cc ... -ltrio -lm
25
26 #include <triostr.h>
27 @endverbatim
28
29 @b DESCRIPTION
30
31 */