~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/strtod.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
.\"   (michael@cantor.informatik.rwth-aachen.de)
41
41
.\" Added strof, strtold, aeb, 2001-06-07
42
42
.\"
43
 
.TH STRTOD 3 2007-07-26 "Linux" "Linux Programmer's Manual"
 
43
.TH STRTOD 3 2010-09-20 "Linux" "Linux Programmer's Manual"
44
44
.SH NAME
45
45
strtod, strtof, strtold \- convert ASCII string to floating-point number
46
46
.SH SYNOPSIS
56
56
Feature Test Macro Requirements for glibc (see
57
57
.BR feature_test_macros (7)):
58
58
.in
 
59
.ad l
59
60
.sp
60
61
.BR strtof (),
61
62
.BR strtold ():
62
 
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
 
63
.RS 4
 
64
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
 
65
_POSIX_C_SOURCE\ >=\ 200112L;
 
66
.br
 
67
or
63
68
.I cc\ -std=c99
 
69
.RE
 
70
.ad l
64
71
.SH DESCRIPTION
65
72
The
66
73
.BR strtod (),
174
181
.BR strtol (3),
175
182
.BR strtoul (3)
176
183
.SH COLOPHON
177
 
This page is part of release 3.26 of the Linux
 
184
This page is part of release 3.27 of the Linux
178
185
.I man-pages
179
186
project.
180
187
A description of the project,