blob: fe9cfa78f4d29708e7950d59374d5f2e29f9e0ee [file] [log] [blame]
.TH PGAGetMinMachineIntValue 6 "05/01/95" " " "PGAPack"
.SH NAME
PGAGetMaxMachineIntValue \- returns the smallest integer of the current
machine
.SH INPUT PARAMETERS
.PD 0
.TP
ctx
- context variable
.PD 1
.SH OUTPUT PARAMETERS
.PD 0
.TP
none
.PD 1
.SH SYNOPSIS
.nf
#include "pgapack.h"
int PGAGetMinMachineIntValue(ctx)
PGAContext *ctx
.fi
.SH LOCATION
system.c
.SH EXAMPLE
.nf
Example:
PGAContext *ctx;
int intmin;
:
intmin = PGAGetMinMachineIntValue(ctx);
.fi