Hello to everyone,
i am a n00b in Julia language and i am trying to understand the way to
call code written in C via shared libraries. I have started with a 'small
scale' case into which i am trying to call a function which returns void
but accepts a pointer to an Integer. When i perform the call from a Julia
script the number returned back is "0" and not the one i am
expecting...when i am calling the C function the argument i am supplying is
Ptr{Cint}. Can somebody please explain what i am missing ?
Best regards and
thank you so much in advance,
Panos.