Ubuntu Manpages

PGAGetMaxMachineIntValue

returns the smallest integer of the current machine

- context variable

#include "pgapack.h"
int  PGAGetMinMachineIntValue(ctx)
PGAContext *ctx

system.c

Example:
PGAContext *ctx;
int intmin;
:
intmin = PGAGetMinMachineIntValue(ctx);