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

This 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 int PRIntn;