tifiles_exit Function

file_int.h

int tifiles_exit (void);

Parameters

Return value
always 0.


Summary

Release the tifiles library.

Description

This function must be called just before exiting your program. It releases any allocated resources and close some handles.

See also

tifiles_init


Return to the API index