summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/prpackedbool.rst
blob: c32888de84e7c9257e8ddff736f6bfdd537aca24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PRPackedBool
============

Packed Boolean value.


Syntax
------

.. code::

   #include <prtypes.h>

   typedef PRUint8 PRPackedBool;


Description
-----------

Use :ref:`PRPackedBool` within structures where bit fields are not desirable but minimum and consistent overhead matters.