Functions | |
int | tiger_init (void) |
int | tiger_exit (void) |
int tiger_exit | ( | void | ) |
Deinitializes the Tiger library. Every other Tiger function should be called within a tiger_init and tiger_exit pair. See tiger_init for more information.
TIGER_E_* error
int tiger_init | ( | void | ) |
Initializes the Tiger library. Every other Tiger function should be called within a tiger_init and tiger_exit pair. These functions may be nested, and are thread safe, provided thread safety was not explicitely overridden at configuration time.
TIGER_E_* error