Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

dyn_unix.c File Reference

This abstracts dynamic library loading functions and timing. More...

#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"

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)


Detailed Description

This abstracts dynamic library loading functions and timing.

Definition in file dyn_unix.c.


Generated on Tue Apr 1 19:12:58 2008 for pcsc-lite by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002