Import "some.lib"- and strings.
Posted: Wed Oct 02, 2013 5:55 pm
Would this be feasible?
Import "Some.lib"
MyFunc.s( someparame.l, otherparam.s)
endimport
the ".s" signaling the return type from the function.
Yes, I know we can use openlib/getfunction/prototypes, but this would seem very easy, intuitive and, dare I say it, basic, to ease the import/coding.
Import "Some.lib"
MyFunc.s( someparame.l, otherparam.s)
endimport
the ".s" signaling the return type from the function.
Yes, I know we can use openlib/getfunction/prototypes, but this would seem very easy, intuitive and, dare I say it, basic, to ease the import/coding.