Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ v10.0 : C library - these functions perform conversions between objects of various types and http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
These functions perform conversions between objects of various types and
strings.  The following functions are defined:

atof
    string to double

atoi
    string to int

atol
    string to long int

ecvt
    double to E-format string

fcvt
    double to F-format string

gcvt
    double to string

itoa
    int to string

ltoa
    long int to string

strtod
    string to double

strtol
    string to long int

strtoul
    string to unsigned long int

ultoa
    unsigned long int to string

utoa
    unsigned int to string

See also  tolower,  toupper,  strlwr, and  strupr which convert the cases of
characters and strings.

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