Cookbook/FFI
From HaskellWiki
< Cookbook(Difference between revisions)
| 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] on how to call a C function operating on a user defined type. | ||
Current revision
Interfacing with C-code
Magnus has written a nice example on how to call a C function operating on a user defined type.
