We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I rarely ask questions on this forum, but since I couldn't [easily] find it in the help-files, or on-line, I'm asking you guys.
I usually (like never) don't use the 'reentrant' pragma, but I think I may have to do that with a particular routine.
BUT I can't find the key-word that declares a function as reentrant. Am I missing something? Is there one for Keil's IDE tools? If so, what is its form? Can I get a link to the 'official' use of it?
Thanks in advance, and I need it asap because I need to pass this class and I don't want to really learn how to do this 'embedded' stuff anyway but the teacher keeps hounding me.
--Cpt. Vince Foster 2nd Cannon Place Fort Marcy Park, VA
//Hopes useful for you
void Count(char param) reentrant { // }
void main(void) { while(1) { Count(1); } }
//EzSVCS, SVCS for keil, http://easysoft.cc
Thanks for your input, but your prior post seemed a bit 'spam-ish' and I don't simply link to any site without knowing more about it.
Ref my post: http://www.keil.com/forum/docs/thread12146.asp
and your site's info is:
www.alexa.com/.../http://easysoft.cc
I do appreciate your input, but I'm kind of waiting for the veteran forum contributors to help [fully] answer my question.