Man Page: pgagetminmachineintvalue
Operating Environment: debian
Section: 6
PGAGetMinMachineIntValue(6) PGAPack PGAGetMinMachineIntValue(6)NAMEPGAGetMaxMachineIntValue - returns the smallest integer of the current machineINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMinMachineIntValue(ctx) PGAContext *ctxLOCATIONsystem.cEXAMPLEExample: PGAContext *ctx; int intmin; : intmin = PGAGetMinMachineIntValue(ctx); 05/01/95 PGAGetMinMachineIntValue(6)