June 23, 2016
4:07 p.m.
Hi, I wanted to call a function using null as argument but did not managed to do so. I tried to use an integer, but the FFI forbids it. I tried to use FFIExternalObject null, but the FFI vould not coerce the arguments. To make it work I had to duplicate the method and set 0 instead of an argument. void foo (0); Is it possible to do it the first way ? Regards, Merwan