14 lines
183 B
ReStructuredText
14 lines
183 B
ReStructuredText
PRStatus
|
|
========
|
|
|
|
Type for status code returned by some functions.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code::
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
|