R
rmsprm
I have run across the following syntax in a C file -
if(funcAbc(paramXyz).mem2 == PASS)
{
....
}
I have never seen this syntax before, is it ANSI C or just something
the Greenhills toolset supports. Looks like reverse C++ but the
compilers takes it without warnings.
if(funcAbc(paramXyz).mem2 == PASS)
{
....
}
I have never seen this syntax before, is it ANSI C or just something
the Greenhills toolset supports. Looks like reverse C++ but the
compilers takes it without warnings.