delorie.com/djgpp/doc/libc/libc_155.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <sys/dxe.h> extern void (*dlerrstatsym) (const char *module, const char *symbol); |
This is a pointer to a function that is being called during static linking when the dynamic loader finds that some symbol is missing from dynamic module. The function should never return.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |