Hi C experts,
In my code I have got
#pragma extern_prefix (push, "");
Some extern function declarations
#pragma extern_prefix (pop, "");
So that compiler does not prepend anything to those extern functions , I get an error
error #14: extra text after expected end of preprocessing directive
Does anyone know how to fix this syntax error ?