Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wold-style-definition compiler warning (#312)
`int f()` in C is a variadic function (taking any number of arguments), not a function taking no arguments, like it is in C++.
- Loading branch information