diff options
Diffstat (limited to 'reference/C/FUNCTIONS/atof.html')
-rw-r--r-- | reference/C/FUNCTIONS/atof.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/reference/C/FUNCTIONS/atof.html b/reference/C/FUNCTIONS/atof.html new file mode 100644 index 0000000..f6d8f6b --- /dev/null +++ b/reference/C/FUNCTIONS/atof.html @@ -0,0 +1,59 @@ +<title>atof function</title> + +<head> +<script language="JavaScript"> +</script> +</head> + +<body bgcolor="#ffffcc"> +<hr> +<center> +<h1>atof function </h1> +</center> +<hr> +<p> +<b>atof</b> to be done. + +<pre> +Library: stdlib.h + +Prototype: double atof(const char *ptr); + +Syntax: +</pre> +<img src="../../GRAPHICS/computer.gif"> +<a href="../EXAMPLES/atof.c">example program.</a><p> +<hr> +See also: <p> +<dt><a href="atoi.html">atoi</a> String to integer conversion. +<dt><a href="atol.html">atol</a> String to long integer conversion. +<dt><a href="../MAN/strtod.htm">strtod</a> String to double conversion. +<dt><a href="strtol.html">strtol</a> String to long integer conversion. +<dt><a href="strtoul.html">strtoul</a> String to unsigned long integer +conversion. + +<p> + +<hr> +<p> +<center> +<table border=2 width="80%" bgcolor="ivory"> +<tr align=center> +<td width="25%"> +<a href="../cref.html"> Top</a> +</td><td width="25%"> +<a href="../master_index.html"> Master Index</a> +</td><td width="25%"> +<a href="../SYNTAX/keywords.html"> Keywords</a> +</td><td width="25%"> +<a href="funcref.htm"> Functions</a> +</td> +</tr> +</table> +</center> +<p> +<hr> +<address>Martin Leslie +</address><p> +</body> +</html> |