• Are all functions in MicroLib non-reentrant?
    Hi, Are all functions in MicroLib non-reentrant? If some of the functions are reentrant, can we refer to the table in 4.59 Thread-safe C library functions? www.keil.com/.../armlib_chr1359122864458...
  • Reentrant compiler directive for C51 compiler
    I am using an inhouse developed multi tasking scheduler for 8051. Every function that I write, I need to put reentrant on it. Is it possible to add a compiler directive like the c166 compilers for c51...
  • May I spceify all of functions are reentrant by directives?
    Hello, May I specify all of functions are reentrant function by directives? I am using RXT51 tiny and my functions are reentrantable. I am tired to declare "reentrant" at the end of every function...
  • Force a function to not use xdata
    I have a function that uses xdata in one of it's helper functions. How do I prevent it from doing so?
  • reentrant function
    what is reentrant function?