Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Racket FFI: C function which accepts a pointer to a function

racket ffi

How can I create a pointer to existing data using the LuaJIT FFI?

pointers ffi luajit

Racket FFI: initialize pointer to NULL

racket ffi

How to update libc::c_char array with String?

encoding rust ffi

Is it possible to call a Rust function taking a Vec from C?

rust ffi

Accessing static C functions in DPDK from Rust FFI

c rust ffi dpdk

How do I call a C++ constructor via Rust FFI?

c++ rust ffi

How to define a binding that accepts multiple types in the function signature using reason-react?

Map C++ exceptions to Result

c++ opencv rust ffi

How to store a reference without having to deal with lifetimes?

rust symbols ffi lifetime

How can I convert a Windows OsString to a CString?

rust ffi

How to use C library from Haskell?

c haskell interop ffi

Calling functions from native compiled shared library on Android with Flutter

android c++ flutter dart ffi

Haskell FFI / C MPFR library wrapper woes

What are the trade offs between ffi and mri c extensions in ruby?

ruby ffi

How do I specify a struct as the return value of a function in RubyFFI?

get the address of a function (without interfacing C)

haskell binary ghc ffi

Calling Rust method from C with array parameters

c rust ffi

How to free the memory of a string returned from Rust in C#?

Calling Haskell from C, getting "multiple definition of main" linker error

c haskell linker-errors ghc ffi