Difference between revisions of "Cookbook/FFI"

From HaskellWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
  +
= 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.
= How to interface with C =
 
 
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.
 

Revision as of 10:57, 23 April 2009

Interfacing with C-code

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