tor-browser

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

printn.rst (341B)


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