Cookbook/FFI

From HaskellWiki
< Cookbook
Revision as of 10:41, 23 April 2009 by Lenny222 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

How to interface with C

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