This commit is contained in:
Michael Kerrisk 2006-09-18 10:25:07 +00:00
parent cdcaddfc07
commit 6cd29063da
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ strtod, strtof, strtold \- convert ASCII string to floating point number
.sp
.BI "double strtod(const char *" nptr ", char **" endptr );
.sp
.BR "#define _XOPEN_SOURCE=600" " /* or #define _ISOC99_SOURCE */"
.BR "#define _XOPEN_SOURCE 600" " /* or #define _ISOC99_SOURCE */"
.br
.B #include <stdlib.h>
.sp