On Fri, Jul 27, 2012 at 03:05:56PM +0200, Otto Moerbeek wrote:

> On Fri, Jul 27, 2012 at 03:54:43PM +0300, Gregory Edigarov wrote:
> 
> > Hello,
> > 
> > Seems like a typo is in there.
> 
> Don't tink so. Integral type is used in the C standard to mean any
> type containing whole numbers. This is to avoid confusion beteen int
> (the specific type) and integer (a type with specific properties). 

Well, actualy C99 has left this distinction and uses 'integer' types
indeed. But ANSI C speaks about 'integral' types vs 'floating' types.

        -Otto

> > 
> > --- recno.3.orig        Fri Jul 27 15:50:12 2012
> > +++ recno.3     Fri Jul 27 15:50:49 2012
> > @@ -172,7 +172,7 @@
> >  as defined in the
> >  .Aq Pa db.h
> >  include file.
> > -This type is normally the largest unsigned integral type available to
> > +This type is normally the largest unsigned integer type available to
> >  the implementation.
> >  The
> >  .Fa size
> > 
> > --
> > With best regards,
> >     Gregory Edigarov

Reply via email to