eliben / pycparser

:snake: Complete C99 parser in pure Python
Other
3.24k stars 609 forks source link

Missing ; when generating code for extern functions #514

Open FlorianDyck opened 1 year ago

FlorianDyck commented 1 year ago

When parsing and generating c code from the following line of code, the semicolon is missing: extern void func();