Difference between revisions of "Cookbook/FFI"

From HaskellWiki
Jump to navigation Jump to search
m (To be deleted, if no new content appears...)
(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 to be removed]]

Revision as of 02:51, 9 April 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.