Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
16 lines
157 B
ReStructuredText
16 lines
157 B
ReStructuredText
|
|
PRFloat64
|
|
=========
|
|
|
|
The NSPR floating-point type is always 64 bits.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef double PRFloat64;
|