Looking at Tcl_GetInt, I need this type of function for an unsigned __int64
which is unfortunately not present in tclDecls.h
tclDecls.h can be found in
Tcl8.6.5\include
Is it safe to use Tcl_GetDouble
and convert it later to unsigned __int64
?