7 7
8 8 It is a fork of [tcctcl](https://code.google.com/p/tcltcc/) by Mark Janssen.
9 9
10 10 It is licensed under the terms of the LGPL v2.1 (or later).
11 11
12 12 Download
13 13 --------
14 - 1. Version 0.4: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.4.tar.gz)
14 + 1. Version 0.11: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.11.tar.gz)
15 15
16 16 Examples
17 17 --------
18 18 1. Basic example:<br>
19 19 ```package require tcc4tcl```<br>
20 20 ```::tcc4tcl::cproc test {int i} int { return (i+42); }```<br>
21 21 ```puts [test 1]```