Posted to tcl by dbohdan at Mon Mar 16 16:23:02 GMT 2015view pretty

#! /usr/bin/env tclsh

package require tcc4tcl
tcc4tcl::cproc test {int i} int { return(i+42); }
test 5