[scilab-Users] help to build a scilab interface to a C function

Allan CORNET allan.cornet at scilab.org
Mon May 31 11:57:44 CEST 2010


Hi,

 

è help ilib_buid

http://www.scilab.org/product/man/ilib_build.html

 
<http://www.scilab.org/product/man/section_eb691bc0a443eb3a95bc5db4d1be2102.
html>
http://www.scilab.org/product/man/section_eb691bc0a443eb3a95bc5db4d1be2102.h
tml

http://www.scilab.org/product/man/call.html

 

Best regards

 

Allan CORNET

 

De : Bernard Secher - SFME/LGLS [mailto:bernard.secher at cea.fr] 
Envoyé : lundi 31 mai 2010 11:54
À : users at lists.scilab.org
Objet : [scilab-Users] help to build a scilab interface to a C function

 

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/b12561c2/attachment.htm>


More information about the users mailing list