tor-browser

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

pruint8.rst (210B)


      1 PRUint8
      2 =======
      3 
      4 Guaranteed to be an unsigned 8-bit integer on all platforms. There is no
      5 type equivalent to a plain ``char``.
      6 
      7 
      8 Syntax
      9 ------
     10 
     11 .. code::
     12 
     13   #include <prtypes.h>
     14 
     15   typedefdefinition PRUint8;