ticalc_exit Function

calc_int.h

int ticalc_exit (void);

Parameters

Return value
always 0.


Summary

Release the ticalcs library.

Description

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

See also

@ticalc_exit@


Return to the API index