-

Changes

Jump to: navigation, search

Functions HI-TECH C ATOF

430 bytes added, 18:18, 31 July 2017
Created page with "<strong>ATOF, ATOI, ATOL</strong> ==SYNOPSIS== #include <math.h> double atof(char * s) int atoi(char * s) #include <stdlib.h> long atol(char * s) ==DES..."
<strong>ATOF, ATOI, ATOL</strong>
==SYNOPSIS==

#include <math.h>

double atof(char * s)
int atoi(char * s)

#include <stdlib.h>

long atol(char * s)


==DESCRIPTION==
These routines convert a decimal number in the argument
string s into a double float, integer or long integer
respectively. Leading blanks are skipped over. In the
case of <strong>atof</strong>(), the number may be in scientific notation.

Navigation menu