Home
last modified time | relevance | path

Searched refs:Tcl_InitStubs (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtclsqlite.c3893 # undef Tcl_InitStubs
3894 # define Tcl_InitStubs(a,b,c) TCL_VERSION macro
3918 int rc = Tcl_InitStubs(interp, "8.4", 0) ? TCL_OK : TCL_ERROR; in Sqlite3_Init()