Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

vmddlopen.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "vmddlopen.h"
#include <dlfcn.h>

Go to the source code of this file.

Functions

void * vmddlopen (const char *fname)
const char * vmddlerror (void)
void * vmddlsym (void *h, const char *sym)
int vmddlclose (void *h)


Function Documentation

int vmddlclose void *    h
 

Definition at line 151 of file vmddlopen.c.

const char* vmddlerror void   
 

Definition at line 145 of file vmddlopen.c.

Referenced by PluginMgr::load_sharedlibrary_plugins.

void* vmddlopen const char *    fname
 

Definition at line 142 of file vmddlopen.c.

void* vmddlsym void *    h,
const char *    sym
 

Definition at line 148 of file vmddlopen.c.


Generated on Fri Apr 19 02:46:03 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002