Query: atof
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATOF(3) BSD Library Functions Manual ATOF(3)NAMEatof -- convert ASCII string to doubleLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h> double atof(const char *nptr);DESCRIPTIONThe atof() function converts the initial portion of the string pointed to by nptr to double representation. It is equivalent to: strtod(nptr, (char **)NULL);SEE ALSOatoi(3), atol(3), strtod(3), strtol(3), strtoul(3)STANDARDSThe atof() function conforms to ANSI X3.159-1989 (``ANSI C89'').BSDJune 4, 1993 BSD
Related Man Pages |
---|
atof_l(3) - mojave |
strtod(3) - netbsd |
strtold(3) - netbsd |
atof(3) - xfree86 |
atof(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Interesting implementation: atol, atof etc |
Need to display complete format of ps |
atof problem |