An open API service indexing awesome lists of open source software.

https://github.com/suirad/testlib

Example of importing C header files and static libraries into a Nim program
https://github.com/suirad/testlib

nim nim-lang nim-wrapper

Last synced: over 1 year ago
JSON representation

Example of importing C header files and static libraries into a Nim program

Awesome Lists containing this project

README

          

# TestLib
This example project is to showcase using nim to load and run code from c .h files and precompiled .a archives

----
Depedencies:
* Nim
* Gcc