Ejemplo n.º 1
0
/*
** Register commands with the TCL interpreter.
*/
int Sqliteconfig_Init(Tcl_Interp *interp){
  set_options(interp);
  return TCL_OK;
}
Ejemplo n.º 2
0
SETUP()
{
	assert_success(set_options("cdpath=/path", OPT_GLOBAL));
	assert_string_equal("/path", value);
}