mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Initial Import
This commit is contained in:
10
config/tcl.c
Normal file
10
config/tcl.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <unistd.h>
|
||||
#include <tcl.h>
|
||||
Tcl_Interp *interp = NULL;
|
||||
int main(void)
|
||||
{
|
||||
interp = Tcl_CreateInterp();
|
||||
Tcl_Init(interp);
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user