BlitzMax C interface

BlitzMax Forums/BlitzMax Programming/BlitzMax C interface

jpavel(Posted 2009) [#1]
First, sorry if this has been asked before, but I wasn't able to find the answer by search.

Is there a guide, or any reference documentation even, on BlitzMax's C FFI?
Or is the best way just to read the source of the included mod's and Brucey's extensive collection?

Thanks a bunch,
Jesse

(Thanks for response)
Update: apparently my search wasn't too comprehensive. Here is a guide I found now

http://jan.varho.org/blog/programming/c-for-blitzers/


grable(Posted 2009) [#2]
Look into the Extern and Import keywords.
Its not really an FFI in the normal sense, but static linkage to object code.