diff options
author | rillig <rillig> | 2006-11-05 07:24:33 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-05 07:24:33 +0000 |
commit | f5acdae512c9b7133be86f54e00f1ba790c28781 (patch) | |
tree | 7458336d03fd336b30d5853a5cd9d41cde146e1c | |
parent | 16b9fd9fea81d668490e99794e76bd2b5617e2d6 (diff) | |
download | pkgsrc-f5acdae512c9b7133be86f54e00f1ba790c28781.tar.gz |
+ asprintf
-rw-r--r-- | doc/portability-book/files/functions.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/portability-book/files/functions.xml b/doc/portability-book/files/functions.xml index 054cfce74b5..5fb9c5f3366 100644 --- a/doc/portability-book/files/functions.xml +++ b/doc/portability-book/files/functions.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: functions.xml,v 1.3 2006/10/25 21:33:59 rillig Exp $ --> +<!-- $NetBSD: functions.xml,v 1.4 2006/11/05 07:24:33 rillig Exp $ --> <chapter id="functions"> <title>C/C++: functions</title> @@ -35,6 +35,14 @@ standard include files.</para> <sect1 id="functions.byname"> <title>Functions on various platforms</title> +<sect2 id="functions.asprintf"> +<title>asprintf</title> + +<para>Solaris 10 does not have this function. But it has +<literal>snprintf</literal>, which can be used as a good replacement.</para> + +</sect2> + <sect2 id="functions.getopt"> <title>getopt</title> |