delorie.com/djgpp/doc/libc/libc_152.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <dlfcn.h> int dlclose (void *handle); |
This function closes a dynamic module loaded with dlopen
(see section dlopen). The memory is freed and all pointers into that
image become invalid.
Returns 0 on success, non-zero value on failure. More detailed
error information can be obtained using dlerror
(see section dlerror).
ANSI/ISO C | No |
POSIX | 1003.1-2001; not 1003.2-1992 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |