chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] noobie question about chicken/swig/csi


From: Tato Norren
Subject: [Chicken-users] noobie question about chicken/swig/csi
Date: Mon, 02 Apr 2007 01:18:37 -0700

Hi,
I feel like an idiot asking, but what exactly are the sequence of
commands needed to make the following C function callable from the
chicken interpretor? on Linux. 

//test.c
double test(double x){
    return x * x;
}

//test.i
%module test 
%{
double test(double);
%}

thanks,
tato




reply via email to

[Prev in Thread] Current Thread [Next in Thread]