tor-browser

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

print64.rst (389B)


      1 PRInt64
      2 =======
      3 
      4 Guaranteed to be a signed 64-bit integer on all platforms.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prtypes.h>
     13 
     14   typedef definition PRInt64;
     15 
     16 
     17 Description
     18 -----------
     19 
     20 May be defined in several different ways, depending on the platform. For
     21 syntax details for each platform, see
     22 `prtypes.h <https://searchfox.org/mozilla-central/source/nsprpub/pr/include/prtypes.h>`__.