pgaprintstring(7) debian man page | unix.com

Man Page: pgaprintstring

Operating Environment: debian

Section: 7

PGAPrintString(7)						      PGAPack							 PGAPrintString(7)

NAME
PGAPrintString - write the allele values in a string to a file
INPUT PARAMETERS
ctx - context variable fp - pointer to file to write the string to p - index of the string to write out pop - symbolic constant of the population string p is in
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGAPrintString(ctx, file, p, pop) PGAContext *ctx FILE *file int p int pop
LOCATION
report.c
EXAMPLE
Example: PGAContext *ctx; int p; : PGAPrintString(ctx, stdout, p, PGA_OLDPOP); 05/01/95 PGAPrintString(7)
Related Man Pages
hx509_validate_ctx_free(3) - freebsd
pgasetrealinitrange(2) - debian
pgasortpop(8) - debian
hx509_validate_ctx_init(3) - freebsd
hx509_oid_sprint(3) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?