Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / pruint32.rst
blob5ea00f9b5478a97394cd798112b7d604ef0034ff
1 PRUint32
2 ========
4 Guaranteed to be an unsigned 32-bit integer on all platforms.
7 Syntax
8 ------
10 .. code::
12    #include <prtypes.h>
14    typedefdefinition PRUint32;
17 Description
18 -----------
20 May be defined as an unsigned ``int`` or an unsigned ``long``, depending
21 on the platform. For syntax details for each platform, see
22 `prtypes.h <https://dxr.mozilla.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.