Sorry for this late response but usually your `nim` file doesn't have to depend 
on a C header file at all. `importc` the identifiers and either use `.dynlib` 
or some `{.link: "lib.a".}` command to link against the library.

Reply via email to