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;
I am new to linux....can anyone help plzz