tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prpackedbool.rst (284B)


      1 PRPackedBool
      2 ============
      3 
      4 Packed Boolean value.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prtypes.h>
     13 
     14   typedef PRUint8 PRPackedBool;
     15 
     16 
     17 Description
     18 -----------
     19 
     20 Use :ref:`PRPackedBool` within structures where bit fields are not desirable but minimum and consistent overhead matters.