Hello all,

I want to give a try to "restrict" type-qualifier. I have looked for examples on google and I see the format is used: "int * restrict p";

However when I write this I get an error: "p is undeclared"

I am using GNU GCC Compiler with Code::Blocks. How can I solve this problem. Is it possible me to adapt the compiler to C99 standarts, if I can, will it solve my problem?