Entry Points
tifiles_library_init
int TICALL tifiles_library_init()
This function must be the first one to call. It inits library internals.
Return value :
the handle count.
tifiles_library_exit
int TICALL tifiles_library_exit()
This function must be the last one to call. Used to release internal resources.
Return value :
the handle count.
tifiles_version_get
const char *TICALL tifiles_version_get(void)
This function returns the library version like "X.Y.Z".
Return value :
a string.
Return to the main index