tifiles_init Function

file_int.h

int tifiles_init (void);

Parameters

Return value
always 0.


Summary

Initialize the tifiles library.

Description

This function must be the first function to call from this library prior to any other. Usually, this is done at your program startup.

See also

tifiles_exit


Return to the API index