summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/pruintn.rst
blob: d3aa4a9bb8ffd25854470ce53ca9808046983eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PRUintn
=======

This (unsigned) type is one of the most appropriate for automatic
variables. It is guaranteed to be at least 16 bits, though various
architectures may define it to be wider (for example, 32 or even 64
bits). This types is never valid for fields of a structure.


Syntax
------

.. code::

   #include <prtypes.h>

   typedef unsigned int PRUintn;