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

How to interface with C

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