Returns the smallest integer of the current machine
ctx
- context variable
none
#include "pgapack.h" int PGAGetMinMachineIntValue(ctx) PGAContext *ctx
system.c
Example: PGAContext *ctx; int intmin; : intmin = PGAGetMinMachineIntValue(ctx);