[Main]
Name=tifiles_init
Type=Function
Header=file_int.h
Definition=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