help to build a scilab interface to a C function

Bernard Secher - SFME/LGLS bernard.secher at cea.fr
Mon May 31 11:54:03 CEST 2010


Hello,

I have a little C function:

int myfunc(int a)
{
  int b = 4*a;
  return b;
}

Please, can you help me to interface this C function in scilab ?
I don't find any documentation about this.

Thanks,
Bernard



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100531/bd72fd47/attachment.htm>


More information about the users mailing list