-reent


< Library Generator Options / Library Options >

[Format]

-reent

[Description]

-

This option creates reentrant libraries.

-

Note that the rand, srand and EC++ library functions are not reentrant libraries.

[Remarks]

-

This option is available in V2.03 and later versions of this compiler.

-

When reentrant libraries are linked, use #define to define the macro name of _REENTRANT before including standard include files in the program or use the -define option to define _REENTRANT at compilation.