mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-05 18:58:33 +02:00
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;
|