This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
46b74fad39
ocaml
/
config
/
auto-aux
/
tclversion.c
9 lines
88 B
C
Raw
Blame
History
#
include
<stdio.h>
#
include
<tcl.h>
#
include
<tk.h>
main
(
)
{
puts
(
TCL_VERSION
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink