| |||||
Technical Support Support Resources
Product Information | C51: ?C? LIBRARY ROUTINESInformation in this article applies to:
QUESTIONI've noticed that the C compiler generates lots of calls to routines that begin with ?C?. What are these routines? ANSWERThe Keil C compiler uses "helper" routines to perform operations where in-line code would cause program bloat. These routines do things like fetch bytes or words from memory, dereference generic pointers, and so on. These routines are built into the C51 library files that are shipped with the product. SEE ALSO
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic.
Last Reviewed: Sunday, June 15, 2008 | ||||
| |||||