Penguin
Annotated edit history of gcvt(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GCVT
2 !!!GCVT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 gcvt - convert a floating-point number to a string.
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''number''__, size_t__ ''ndigit''__, char *__''buf''__);
18 __
19 !!DESCRIPTION
20
21
22 The __gcvt()__ function converts ''number'' to a
23 minimal length NULL terminated ASCII string and stores the
24 result in ''buf''. It produces ''ndigit'' significant
25 digits in either printf(3) F format or E
26 format.
27 !!RETURN VALUE
28
29
30 The __gcvt()__ function returns the address of the string
31 pointed to by ''buf''.
32 !!SEE ALSO
33
34
35 ecvt(3), fcvt(3),
36 sprintf(3)
37 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.