Keil™, An ARM® Company

Technical Support

C51: ATOF LIBRARY ROUTINE USES BIT VARIABLES


Information in this article applies to:

  • C51 All Versions

QUESTION

The ATOF function in the C51 library uses BIT variables. How do I avoid using BIT variables with this function?

ANSWER

There is no way to make ATOF avoid using BIT variables. If you must have a version of ATOF that does not use BIT variables, you must write it yourself. There are many good C library sources available to help you. However, you should note that this will have a negative impact on code size and execution speed.

Last Reviewed: Wednesday, May 05, 2004


Did this article provide the answer you needed?
 
Yes
No
Not Sure