Function PGAGetMinMachineIntValue
Defined in File system.c
Function Documentation
-
int PGAGetMinMachineIntValue(PGAContext *ctx)
Return the smallest integer of the current machine.
Example
PGAContext *ctx; int intmin; ... intmin = PGAGetMinMachineIntValue (ctx);
- Parameters:
ctx – context variable
- Returns:
The smallest integer of the given machine