3.3.67. scriba_FinishStaticModules()

[<<<] [>>>]

This function calls the finalization functions of the modules that are statically linked to the interpreter. Such a function for a dynamically loaded module is started by the operating system. Because the sttaically linked modules are not loaded the _fini function is not called by the UNIX loader and similarly the function DllMain is not called by Windows NT. Because some modules depend on the execution of this function this function has to be called after the last interpreter thread has finished.

void scriba_FinishStaticModules(void
  )@{

[<<<] [>>>]