Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_atold() convert string to long double</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _atold()                Convert String to Long Double

 #include   <math.h>

 long double _atold(string);
 char *string                   String to convert

    This function converts a character string into a long double
    precision floating point value; use it like atol(). See atol() for
    more information.

    Returns:    The converted string or 0 if string cannot be converted.

 Portability:   Not supported by the ANSI standard.

See Also: atoi() atol() ecvt() fcvt() gcvt()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson