NAMETcl_GetInt, Tcl_GetDouble, Tcl_GetBoolean − convert from string to integer, double, or boolean SYNOPSIS#include <tcl.h>int
Tcl_GetInt(interp, src, intPtr)int
Tcl_GetDouble(interp, src, doublePtr)int
Tcl_GetBoolean(interp, src, boolPtr)ARGUMENTS
. el .TP 15
Tcl_Interp *interp(in) Interpreter to use for error reporting.