Clock support
|
TIEXPORT3 const char *TICALL ticalcs_clock_format2date(CalcModel model, int value) |
model : |
a calculator model
|
value : |
a format type
|
Return value : |
a format string.
|
TIEXPORT3 int TICALL ticalcs_clock_date2format(CalcModel model, const char *format) |
model : |
a calculator model
|
format : |
a format string
|
Return value : |
a format string.
|
TIEXPORT3 int TICALL ticalcs_clock_show(CalcModel model, CalcClock* s) |
model : |
calc model
|
clock : |
a #CalcClock structure
|
Return value : |
always 0.
|