Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Main module


Detailed Description

This is the main module for the BLAH library.

By now it provides the initialization and finalization of the library. So call blahInitialize() before using any functions of this library. You might want to call blahFinalize() before exiting your application.

Functions


Function Documentation

void blahFinalize void   ) 
 

finalize the blah library.

This will call the finalization routines of those modules that might need a finalization. Definition at line 53 of file blah.c.

References strFinalize().

void blahInitialize void   ) 
 

initialize the blah library.

This will call the initlialization routines of those modules that need to be initialized at application start. Definition at line 43 of file blah.c.

References strInitialize().


BLAH 0.95 (20 Oct 2004)