Function PGACharacterPrintString

Function Documentation

void PGACharacterPrintString(PGAContext *ctx, FILE *fp, int p, int pop)

Write a character-valued string to a file.

Example

Write string s to stdout.

PGAContext *ctx;
int p;

...
PGACharacterPrintString (ctx, stdout, p, PGA_NEWPOP);

Parameters
  • ctx – context variable

  • fp – file 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

Returns

None