blob: 5af9cd0c605c4bc779082ce7bf3b804414fefb1b [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001__INIT()
2========
3
4SYNOPSIS
5--------
6::
7
8 __INIT
9
10DESCRIPTION
11-----------
12::
13
14 This function is constructed automagically by the parser at
15 compiler, if the parser was compiled with #define
16 INITIALISATION__INIT. This function is not intended to be
17 defined by the lpc objects, and never to be called from lpc
18 objects. This man page is here just for completeness.
19
20SEE ALSO
21--------
22::
23
24 initialisation(LPC)
25