Sean1708 / rusty-cheddar

A Rust crate for automatically generating C header files from Rust source file.
http://sean1708.github.io/rusty-cheddar/
191 stars 25 forks source link

Functions with no parameters should be declared `func(void)` #39

Closed strega-nil closed 8 years ago

strega-nil commented 8 years ago

Currently, they are declared ret-ty name();, which will allow C code to pass any number of paramters