blob: d0c8ba1ad7dcf91678c8768bee277f17c3019d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PRLibrary
=========
An opaque structure identifying a library.
Syntax
------
.. code::
#include <prlink.h>
typedef struct PRLibrary PRLibrary;
Description
-----------
A PRLibrary is an opaque structure. A reference to such a structure can
be returned by some of the functions in the runtime and serve to
identify a particular instance of a library.
|