Function PGAGetStringLength

Function Documentation

int PGAGetStringLength(PGAContext *ctx)

Return the string length.

Example

PGAContext *ctx;
int stringlen;

...
stringlen = PGAGetStringLength (ctx);

Parameters
  • ctx – context variable

Returns

The string length