Hi All. A quick, general question regarding the use of the reentrant (and perhaps other) function attributes: This is fine:
void myFn ( void ) reentrant { ... }