ocaml/config/auto-aux/tclversion.c

9 lines
88 B
C

#include <stdio.h>
#include <tcl.h>
#include <tk.h>
main ()
{
puts(TCL_VERSION);
}