blob: 15106b276bcb0f3f8ca389ca26894340d6059180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PRStatus
========
Type for status code returned by some functions.
Syntax
------
.. code::
#include <prtypes.h>
typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
|