Difference between revisions of "Cookbook/FFI"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Interfacing with C-code ==
 
== Interfacing with C-code ==
   
Magnus has written [http://therning.org/magnus/archives/315 a nice example] on how to call a C function operating on a user defined type.
+
Magnus has written [http://therning.org/magnus/archives/315 a nice example] (link broken) on how to call a C function operating on a user defined type.

Revision as of 21:09, 6 January 2019

Interfacing with C-code

Magnus has written a nice example (link broken) on how to call a C function operating on a user defined type.