| |||||
Technical Support Support Resources
Product Information | C51: ATOF LIBRARY ROUTINE USES BIT VARIABLESInformation in this article applies to:
QUESTIONThe ATOF function in the C51 library uses BIT variables. How do I avoid using BIT variables with this function? ANSWERThere 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 | ||||
| |||||