Hi All. A quick, general question regarding the use of the reentrant (and perhaps other) function attributes: This is fine:
void myFn ( void ) reentrant { ... }
This is purely matter of style. For the compiler, newline is equal to space. Some people prefer each attribute to be on a separate line.
"For the compiler, newline is equal to space." Thanks -- that makes everything much clearer. --Andrew