ocaml/config/auto-aux/tclversion.c

8 lines
72 B
C
Raw Normal View History

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