Difference between revisions of "Cookbook/FFI"

From HaskellWiki
Jump to navigation Jump to search
m (Category changed)
 
(2 intermediate revisions by 2 users not shown)
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.
  +
  +
[[Category:Pages with broken file links]]

Latest revision as of 01:29, 5 August 2021

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.