.TH PGAPrintContextVariable 7 "05/01/95" " " "PGAPack" .SH NAME PGAPrintContextVariable \- prints the value of all the fields in the context variable. .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 0 .TP fp - file pointer to print the output to .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" void PGAPrintContextVariable(ctx, fp) PGAContext *ctx FILE *fp .fi .SH LOCATION report.c .SH EXAMPLE .nf Example: PGAContext *ctx; : PGAPrintContextVariable(ctx, stdout); .fi