Headers can be included via `{.emit: """#include "../some_header.h"""".}`, or
when using symbols from it: `proc f: int {.importc: "some_c_func", header:
"../some_header.h".}`. The path with "../" is for the case when the header is
in the folder with Nim code and "nimcache" folder too.
- How to get and install LIBUI for NIM ? Mennohexo
- How to embed a header file into a .nim file def_pri_pub
- Re: How to embed a header file into a .nim file yglukhov
- Re: How to embed a header file into a .nim file Arrrrrrrrr
- Re: How to embed a header file into a .nim fi... LeuGim
