]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/OpenBSD/ecvt.3
Libc-1353.100.2.tar.gz
[apple/libc.git] / stdlib / OpenBSD / ecvt.3
index 689cb1c6f9336d113f614265dd580d3f0eb66993..d8d663eff963eb059d06268d514b37c61e8bdcbb 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ecvt.3,v 1.7 2004/01/25 14:48:32 jmc Exp $
+.\" $OpenBSD: ecvt.3,v 1.8 2007/05/31 19:19:31 jmc Exp $
 .\"
 .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
 .\"
@@ -18,7 +18,7 @@
 .\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
-.Dd December 1, 2002
+.Dd $Mdocdate: May 31 2007 $
 .Dt ECVT 3
 .Os
 .Sh NAME
@@ -31,9 +31,9 @@ string
 .Sh SYNOPSIS
 .Fd #include <stdlib.h>
 .Ft char *
-.Fn ecvt "double value" "int ndigit" "int *decpt" "int *sign"
+.Fn ecvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign"
 .Ft char *
-.Fn fcvt "double value" "int ndigit" "int *decpt" "int *sign"
+.Fn fcvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign"
 .Ft char *
 .Fn gcvt "double value" "int ndigit" "char *buf"
 .Sh DESCRIPTION