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.
|
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(). |
|
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(). |