ATOF

Section: Linux Programmer's Manual (3)
Updated: March 29, 1993
Index HOME
 

À̸§

atof - ¹®ÀÚ¿­À» double·Î º¯È¯  

»ç¿ë¹ý

#include <stdlib.h>

double atof(const char *nptr);
 

¼³¸í

atof() ÇÔ¼ö´Â nptr·Î ÁöÁ¤µÈ ½ºÆ®¸µÀÇ ÃÖÃÊ ºÐÇÒÀ» double·Î º¯È¯ÇÑ´Ù.

strtod(nptr, (char **)NULL);

¿Í °°Àº È¿°ú¸¦ ¹ßÈÖÇÑ´Ù. atof()°¡ ¿¡·¯¸¦ ¹ß°ßÇßÀ» °æ¿ì¸¸.  

¹Ýȯ°ª

º¯È¯µÈ °ª.  

ȣȯ

SVID 3, POSIX, BSD 4.3, ISO 9899  

°ü·Ã Ç׸ñ

atoi(3), atol(3), strtod(3), strtol(3), strtoul(3)


 

Index

À̸§
»ç¿ë¹ý
¼³¸í
¹Ýȯ°ª
ȣȯ
°ü·Ã Ç׸ñ