Entry Points

tifiles_library_init

TIEXPORT2 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

TIEXPORT2 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

TIEXPORT2 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