ftp.delorie.com/djgpp/doc/libc/libc_154.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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

ANSI/ISO C No
POSIX No


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004