#ifndef TCL_INIT_H #define TCL_INIT_H void tcl_init(void); void tcl_clear(void); #endif