bool LibInit(void);
bool LibInit
Initializes static library components.
None
Returns 1 on error, 0 on success.
Important: Call this function before using any other library routine.
void LibExit(void);
void LibExit
Deinitializes library.
Assumes LibInit() has been called.