#include "config.h"
#include <stdio.h>
#include <string.h>
#include <dlfcn.h>
#include <stdlib.h>
#include "misc.h"
#include "pcsclite.h"
#include "debug.h"
#include "dyn_generic.h"
Include dependency graph for dyn_unix.c:
Go to the source code of this file.
Functions | |
INTERNAL int | DYN_LoadLibrary (void **pvLHandle, char *pcLibrary) |
INTERNAL int | DYN_CloseLibrary (void **pvLHandle) |
INTERNAL int | DYN_GetAddress (void *pvLHandle, void **pvFHandle, const char *pcFunction) |
Definition in file dyn_unix.c.