On Fri, May 20, 2011 at 18:36, Hyrum K Wright <hy...@hyrumwright.org> wrote:
> This may be picking nits, but is the format for size_t and apr_size_t
> guaranteed to be the same on all platforms?

size_t might not exist on some (ancient) platforms. That is the entire
purpose behind apr_size_t.

But... if size_t exists, then it will match apr_size_t.

Cheers,
-g

Reply via email to