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
If you are using vim editor, you can easily find missing semicolon by typing:
/[^;]\s*$
...and then jump up/down (with N/n), until problematic line is found.