delorie.com/djgpp/doc/libc/libc_154.html
|
search
|
libc.a reference
dlerrstatmod
Syntax
| #include <sys/dxe.h>
extern void (*dlerrstatmod) (const char *module);
|
Description
This is a pointer to a function (e.g. replaceable) containing a pointer
to a function that is called when static linking fails because of missing
module. Note that due to delayed nature of static linkage, the error can pop up
very late! If you want to check it at startup, call the "load_MODULENAME"
function explicitly. The function should never return.
Portability