$ c2nim --header gr.h
gr.h(27, 25) Error: token expected: ;
RunAFAIK, c2nim cannot read something with c custom macro. You can edit the header temporarily to remove that custom macro. In this case it's the `DLLEXPORT`.
$ c2nim --header gr.h
gr.h(27, 25) Error: token expected: ;
RunAFAIK, c2nim cannot read something with c custom macro. You can edit the header temporarily to remove that custom macro. In this case it's the `DLLEXPORT`.