table of contents
other versions
- jessie 1.1.1-3
PGAPrintContextVariable(7) | PGAPack | PGAPrintContextVariable(7) |
NAME¶
PGAPrintContextVariable - prints the value of all the fields in the context variable.INPUT PARAMETERS¶
- ctx
- - context variable
- fp
- - file pointer to print the output to
OUTPUT PARAMETERS¶
- none
SYNOPSIS¶
#include "pgapack.h" void PGAPrintContextVariable(ctx, fp) PGAContext *ctx FILE *fp
LOCATION¶
report.cEXAMPLE¶
Example: PGAContext *ctx; : PGAPrintContextVariable(ctx, stdout);
05/01/95 |