what do you mean by 'initialize'?

the nim compiler produces c/c++ code, `{.header:myheader}` just adds `#import 
<myheader>` to the top of the source file, any c macros in that header file get 
expanded when the c/c++ preprocessor runs 

Reply via email to