
2 Jun
2017
2 Jun
'17
5:01 p.m.
On 2017-05-30 02:13 PM, Patrick Pelletier wrote:
And even when compiling via C, wouldn't the include already be picked up when it is part of the foreign declaration, e. g.:
foreign import ccall unsafe "tmr_tag_data.h TMR_bytesToHex" c_TMR_bytesToHex :: Ptr Word8 -> Word32 -> CString -> IO ()
No for GHC. https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ffi-chap.htm...