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
storage class specified for parameter i32 , i8
Chances are you've forgotten a semicolon in a header file someplace. Make sure each line ends in ;
;