Skip to content

anton-dessiatov/inline-c-win32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inline-c-win32

This is a little helper for the marvelous inline-c library. It provides a context with Win32 API data types so you can use DWORD, BOOL, UINT and other Win32 data types right in your inlined function types.

In other words, it allows you to write something like [C.block| DWORD { return 0xFFFFFFFF; } |], which otherwise will give you an error about unknown DWORD type.

About

Win32 Context for Haskell inline-c library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published