in reply to Re^2: Why I can't fetch any special variables ?
in thread Why I can't fetch any special variables ?

Isn't the second parameter of gv_fetchpv the default value?

Say again?

What does it mean for a parameter to be a default value? C doesn't have optional parameters, so parameters can't even have default values in C.

How do you specify the G_ADD flag?

Use it instead of zero for the second argument.

  • Comment on Re^3: Why I can't fetch any special variables ?