|
Open CASCADE Technology
6.5.4
|
#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) |
| void* osd_dlopen | ( | char * | Path, |
| int | LazyMode | ||
| ) | [inline] |
| char* osd_dlopenerror | ( | char * | Path | ) | [inline] |
| voidfct osd_dlsymall | ( | void * | handle, |
| char * | signature | ||
| ) | [inline] |
| char* osd_dlsymerror | ( | char * | signature | ) | [inline] |
1.8.0