#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <Standard_Stream.hxx>
#include <dlfcn.h>
Typedefs | |
typedef void(* | voidfct )() |
Functions | |
int | osd_dlenv (char *Path) |
void * | osd_dlopen (char *Path, int LazyMode) |
char * | osd_dlopenerror (char *Path) |
voidfct | osd_dlsym (void *handle, char *signature) |
voidfct | osd_dlsymall (void *handle, char *signature) |
char * | osd_dlsymerror (char *signature) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|