Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / prsize.rst
blob8d0810574e2cc7a29308165d440620194955d4de
1 PRSize
2 ======
4 A type for representing the size of an object (not the size of a
5 pointer). This is the same as the corresponding type in ``libc``.
8 Syntax
9 ------
11 .. code::
13    #include <prtypes.h>
15    typedef size_t PRSize;