Difference between revisions of "C2hs"

From HaskellWiki
Jump to navigation Jump to search
(Added a link to "C2HS example: To save other people frustration")
m
Line 4: Line 4:
   
 
c2hs: C->Haskell FFI tool that gives some cross-language type safety
 
c2hs: C->Haskell FFI tool that gives some cross-language type safety
  +
 
[http://hackage.haskell.org/package/c2hs Download this from Hackage]
 
[http://hackage.haskell.org/package/c2hs Download this from Hackage]
   

Revision as of 18:39, 12 July 2009

This article is a stub. You can help by expanding it.

Introduction

c2hs: C->Haskell FFI tool that gives some cross-language type safety

Download this from Hackage


Links