summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/print16.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nspr/reference/print16.rst')
-rw-r--r--docs/nspr/reference/print16.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/nspr/reference/print16.rst b/docs/nspr/reference/print16.rst
new file mode 100644
index 0000000000..8701a0ea5d
--- /dev/null
+++ b/docs/nspr/reference/print16.rst
@@ -0,0 +1,14 @@
+PRInt16
+=======
+
+Guaranteed to be a signed 16-bit integer on all platforms.
+
+
+Syntax
+------
+
+::
+
+ #include <prtypes.h>
+
+ typedefdefinition PRInt16;