[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: revision number upper boundary?

From: Steve Greenland <steveg_at_lsli.com>
Date: 2005-03-09 17:10:19 CET

On Wed, Mar 09, 2005 at 09:04:09AM -0500, Karan, Cem (Civ, ARL/CISD) wrote:
> This is what stdint.h and limits.h are supposed to solve.
> Unfortunately, I don't know what C standard they were added to (I know
> that it is in C99) so using them may break older compilers.

Limits.h is C89, commonly available early. Stdint.h is C99, and trivial
to generate for a particular system. Well, trivial so long as you don't
require that "int_fastN_t" actually mean something. That okay, though,
because the standard doesn't.

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 9 17:14:01 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.