I have a C code written. When I compile it on Linux then in the header file it says the following error: storage class specified for parameter i32 , i8
and so on
typedef int i32; typedef char i8;
The register class is the only storage class that can be explicitly specified for function parameters.
Chances are you've forgotten a semicolon in a header file someplace. Make sure each line ends in ;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With