PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 175

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
atof( ) atof48( ) atof64( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
result = atof (string)
or
result = atof48(string)
or
result=atof64(string)
string is a pointer to a null terminated string of characters.
Result is a floating point number in single, extended or double precision format
Converts the string passed to the function into a floating point representation. If
the result cannot be represented, the behavior is undefined.
All devices
#INCLUDE <stdlib.h>
char string [10];
float x;
strcpy (string, "123.456");
x = atof(string);
// x is now 123.456
ex_tank.c
atoi(), atol(), atoi32(),
printf()
161

Related parts for PCDIDE COMPILER