Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

FFI in Haskell, question about the LANGUAGE CPP and how to use a c struct with the FFI

haskell ffi

How do I handle ruby arrays in ruby ffi gem?

c ruby ffi

creating a Dynamic array class in ruby using FFI and C function

c ruby ffi

FFI Haskell Callback with State

haskell ffi

GHCi doesn't work with FFI export declarations/shared libraries

haskell ffi ghci

How do I return an vector of dynamic length in a pub extern "C" fn?

rust ffi

Create *mut *mut to a struct

rust ffi

Haskell FFI: Interfacing with simple C++?

c++ haskell ffi

GHC does not generate a binary despite no errors shown

haskell ghc ffi

Calling Haskell FFI Function Ptrs from C

c haskell ffi

LuaJIT FFI callback performance

callback ffi luajit

Using Haskell to extend Perl?

perl haskell ffi

Dealing with problematic parent-child relationships enforced by C FFI

rust ffi lifetime

Schedule error when calling multi-threaded C FFI with Haskell Callback function

haskell ffi

Can a struct containing a raw pointer implement Send and be FFI safe?

rust ffi

Calling a function at object deletion in Haskell

How to represent a pointer to a C array in Rust?

c rust ffi

How do I find the alignment value when defining a storable instance

haskell alignment ffi

Installing ffi 1.9.21 with native extensions on Ruby 2.4.2, Ubuntu 17.10 failing

ruby-on-rails rubygems ffi

What is the difference between "bracket (mallocBytes n) free" and "allocaBytes"?

haskell ffi