These functions initalize psLib data before the beginning of a run and remove (finalize) the same data after the run is complete. A function is also provided to return the current psLib version.
Robert DeSonia, MHPCC
Definition in file psConfigure.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| char * | psLibVersion (void) |
| Get current psLib version. | |
| void | psLibInit (const char *timeConfig) |
| Initializes persistent memory. | |
| void | psLibFinalize (void) |
| Removes persistant memory created with the psLibInit function. | |
1.4.2