C lib binding guide

2021-07-31 Thread Clonk
Sometimes the best solution is to take a look at concrete example. Here are some bindings examples :

C lib binding guide

2021-07-31 Thread cblake
They keyword you seek is "FFI" or "foreign function interface". The manual has the most info: An older more step by step thing by @Xmonader that touches on only a subset of concerns the manual/compiler address:

C lib binding guide

2021-07-30 Thread Jocker
Are there any guides for creating C bindings in nim?