15 lines
152 B
ReStructuredText
15 lines
152 B
ReStructuredText
|
|
PRFloat64
|
|
=========
|
|
|
|
The NSPR floating-point type is always 64 bits.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code::
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef double PRFloat64;
|