Ruby Native Extension - use other C extension gem

103 Views Asked by At

I am writing ruby c extension which has a dependency on another C extension. currently, I am calling the other C extension via rb_funcall I would like to call the C extension's function directly (include its header and call the public function)

Is this possible?

0

There are 0 best solutions below