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
Normal View
History
Unescape
Escape
Merge olabl branch git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2651 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1999-11-30 08:07:38 -08:00
#
include
<stdio.h>
#
include
<tcl.h>
pour trouver la bonne version de TCL quand il y en a plusieurs git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5786 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2003-08-20 08:11:52 -07:00
#
include
<tk.h>
Merge olabl branch git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2651 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1999-11-30 08:07:38 -08:00
main
(
)
{
puts
(
TCL_VERSION
)
;
}