Hi there,
I'am talking about this example of a Scilab<->C wrapper: http://www.scilab.org/doc/intro/node89.html.
The strange part is this one:
int intsfoubare(fname)
char *fname;
{
....(some code)
}
It is some kind of function defintion but I really don't understand what the char *fname is good for also just fname as parameter makes no sense to me.
Is someone able to explain this?
[start crying] Scilabs documentation in general is a negative example but when it comes to the C-interface it's even worse. [end crying]
Thanks!