Changes to "tcc4tcl" between 2014-06-16 00:50:01 and 2014-06-17 01:09:11
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 | + + + + |
Examples
--------
1. Basic example:<br>
```package require tcc4tcl```<br>
```::tcc4tcl::cproc test {int i} int { return (i+42); }```<br>
```puts [test 1]```
Documentation
-------------
1. [High-level API](wiki/Documentation)
|