pruint32.rst (415B)
1 PRUint32 2 ======== 3 4 Guaranteed to be an unsigned 32-bit integer on all platforms. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prtypes.h> 13 14 typedefdefinition PRUint32; 15 16 17 Description 18 ----------- 19 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://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.