[Main]
Name=ticable_init
Type=Function
Header=cabl_int.h
Definition=int ticable_init (void);

[Parameters]
Returns : always 0.

[Summary]
Initialize the ticables 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.

What does it do ? It display library version, initialize i18n system, set a default cable (so that the TicableLinkCable functions pointers are not set to an invalid address), probe the I/O resources as well as the available I/O methods.

[See also]
@ticable_exit@