PMunch / futhark

Automatic wrapping of C headers in Nim
MIT License
374 stars 20 forks source link

extern structs #33

Open brentp opened 2 years ago

brentp commented 2 years ago

I am trying to use this struct which has default values.

it's just externed in the header.

I've manually set the defaults in nim because the futhark version of wavefront_aligner_attr_default is empty. Is there something I can change to make that work?

PMunch commented 1 year ago

I believe this should now be fixed. Would you be able to try again?