On Tue, Jan 26, 2016 at 6:40 PM, Scott Robison <scott at casaderobison.com>
wrote:

> On Tue, Jan 26, 2016 at 8:21 AM, Stephan Beal <sgbeal at googlemail.com>
> wrote:
> > fwiw, in case this matters: size_t has an unspecified size and it's not
> in
> > C89. It's defined by C99 in stddef.h
> >
>
> size_t (and ptrdiff_t) are both in C89/C90 in stddef.h. Really ptrdiff_t is
> what one wants for the difference between two pointers. Their size is
> platform specified.
>

Indeed, my apologies for the misinformation - i had misinterpreted my
source as being exclusive to c99.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf

Reply via email to