NAMETcl_GetAssocData, Tcl_SetAssocData, Tcl_DeleteAssocData − manage associations of string keys and user specified data with Tcl interpreters SYNOPSIS#include <tcl.h>ClientData
Tcl_GetAssocData(interp, key, delProcPtr)Tcl_SetAssocData(interp, key, delProc, clientData)Tcl_DeleteAssocData(interp, key)ARGUMENTS
. el .TP 15
Tcl_Interp *interp(in) Interpreter in which to execute the specified command.