library.h File Reference


Typedefs

typedef void * SharedLibrary
 A handle to a shared library object.


Functions

SharedLibrary openLibrary (const Char *libraryName)
void closeLibrary (SharedLibrary library)
bool bindSymbol (void **ptr, SharedLibrary library, const Char *symbol)
void normalizeLinkerBehavior (char *argv[])

Detailed Description

Shared library access functions.

Author:
Jason Perkins (jason@379.com)
Date:
Copyright (C) 2001 by 379, Inc.
Version:
Id:
library.h,v 1.2 2002/04/22 01:51:55 jason379 Exp


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen