Damien Lespiau
338a37d468
analysis: Make all function declarations be protoypes
It's valid C to declare a function omitting it prototype, but it seems to be a good practise to always declare a function with its corresponding prototype.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%