tor-browser

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

prfloat64.rst (152B)


      1 PRFloat64
      2 =========
      3 
      4 The NSPR floating-point type is always 64 bits.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prtypes.h>
     13 
     14   typedef double PRFloat64;