I have a C file in a project and when I build I get these errors in it:
"Unknown type name 'bool'"
"Use of undeclared identifier 'NULL'"
"Variable has incomplete type 'void'"
I have a C file in a project and when I build I get these errors in it:
"Unknown type name 'bool'"
"Use of undeclared identifier 'NULL'"
"Variable has incomplete type 'void'"
I noticed that actually the void error occurs on all of the void functions in the file, not just that one. It occurs in the part that is before { (what is that part called?).
The functions have different arguments.