Subject: Re: [ksh93-integration-discuss] Minimum and maximum values for integer variables? --------
> How can I get the minimum and maximum values for integer variables? Is > there a counterpart to limits.h to get these values? > In recent versions of ksh93, the maximum integer value is the value of LLONG max in <limits.h>. alias integer is ''typeset -li'. David Korn dgk at research.att.com