Returns the string length
ctx
- context variable
none
#include "pgapack.h" int PGAGetStringLength(ctx) PGAContext *ctx
pga.c
Example: PGAContext *ctx; int stringlen; : stringlen = PGAGetStringLength(ctx);