ticalc_init Function

calc_int.h

int ticalc_init (void);

Parameters

Return value
always 0.


Summary

Initialize the ticalcs 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.

See also

@ticalc_exit@


Return to the API index