Are the run-time libraries re-entrant?

A: Depending on which compiler you're using, yes. If the compiler implements reentrant functions at all, then the library is fully reentrant except for the rand() function, which uses a static variable. The compilers that don't support reentrancy are those with a compiled stack, i.e.

6805, PIC, V8 and 8051 in small and medium models. The 8051 in large model is reentrant. The other compilers - 8086, 68K, 6809, 68HC11, Z80, H8/300 and XA are fully reentrant.

More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions