Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How do I represent C's "unsigned negative" values in Rust code?

rust ffi signedness

How can I call a rust function from R that returns Vec<Vec<f64>>?

r rust ffi extendr rextendr

What's the modern way to access C2HS marshalling functions?

haskell ffi c2hs

Building a haskell interpreter (hint) as dynamic library, useable from C++: Missing Interpreter.dyn_hi

c++ haskell ghc ffi hint

How do I get machine-sized integer for FFI?

int rust ffi

C library freeing a pointer coming from Rust

rust ffi

Java FFM - Unexpected behavior with "pointers" [duplicate]

java c++ c ffi java-ffm

C: better way to do sizeof(((SomeStruct *) 0)->some_member)?

c ffi

How to interface more complex shared library?

ruby ctypes ffi

Trouble importing a C function into Haskell

c haskell ffi

JNI Performance

Linking Error Using HsLua on Windows

haskell lua mingw ld ffi

Alternative SICStus Prolog FFI SP_define_c_predicate()

prolog ffi sicstus-prolog

How to install ffi on Heroku

ruby-on-rails heroku ffi

Haskell Foreign Function Interface with GHCI in Windows

Haskell FFI: Missing (or bad) C library

haskell ffi haskell-stack

Common lisp, CFFI, and instantiating c structs

c lisp common-lisp chipmunk ffi

Calling Prolog from R

r prolog ffi

Interfacing with the XKB API with hsc2hs

haskell ffi hsc2hs

Writing Assembly on Perl

perl ffi