tor-browser

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

pruintn.rst (364B)


      1 PRUintn
      2 =======
      3 
      4 This (unsigned) type is one of the most appropriate for automatic
      5 variables. It is guaranteed to be at least 16 bits, though various
      6 architectures may define it to be wider (for example, 32 or even 64
      7 bits). This types is never valid for fields of a structure.
      8 
      9 
     10 Syntax
     11 ------
     12 
     13 .. code::
     14 
     15   #include <prtypes.h>
     16 
     17   typedef unsigned int PRUintn;