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