Function PGAPrintContextVariable

Function Documentation

void PGAPrintContextVariable(PGAContext *ctx, FILE *fp)

Print the value of all the fields in the context variable.

Example

PGAContext *ctx;

...
PGAPrintContextVariable (ctx, stdout);

Parameters
  • ctx – context variable

  • fp – file pointer to print the output to

Returns

The value of all the fields in the context variable are printed to fp