Updated on April 16, 2012
Keil C libraries now released as single zip file.
This should prevent issues with using old library versions.
reentrant
keyword to be used with reentrant functions.
USE_REENTRANT_STACK
must be enabled in startup.a51 before using the reentrant stack.
The reentrant stack sample demonstrates how to use functions declared as reentrant from multiple tasks. It is included in the complete C libary zip file.
C library documentation is included with the complete C library zip file. It can also viewed on-line.