Penguin
Annotated edit history of atof(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ATOF
2 !!!ATOF
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 atof - convert a string to a double.
14 !!SYNOPSIS
15
16
17 __#include
18 __''nptr''__);
19 __
20 !!DESCRIPTION
21
22
23 The __atof()__ function converts the initial portion of
24 the string pointed to by ''nptr'' to double. The
25 behaviour is the same as
26
27
28 __strtod(nptr, (char **)NULL);__
29
30
31 except that __atof()__ does not detect
32 errors.
33 !!RETURN VALUE
34
35
36 The converted value.
37 !!CONFORMING TO
38
39
40 SVID 3, POSIX, BSD 4.3, ISO 9899
41 !!SEE ALSO
42
43
44 atoi(3), atol(3), strtod(3),
45 strtol(3), strtoul(3)
46 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.