Cookbook/FFI

From HaskellWiki
< Cookbook
Revision as of 10:57, 23 April 2009 by Lenny222 (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Interfacing with C-code

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