tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
48 stars 11 forks source link

be/c: add void, for functions with no args #4210

Closed michaellilltokiwa closed 2 days ago

michaellilltokiwa commented 2 days ago

this way jextract will not assume these are variadic functions. Also in C23 this seems to be the norm?