summaryrefslogtreecommitdiff
path: root/tcl_init.h
blob: b510d98f9abff0490e263bab3e14060b28e06904 (plain)
1
2
3
4
5
6
7
8
#ifndef TCL_INIT_H
#define TCL_INIT_H

void tcl_init(void);

void tcl_clear(void);

#endif