Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | __INIT() |
2 | ======== | ||||
3 | |||||
4 | SYNOPSIS | ||||
5 | -------- | ||||
6 | :: | ||||
7 | |||||
8 | __INIT | ||||
9 | |||||
10 | DESCRIPTION | ||||
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 | |||||
20 | SEE ALSO | ||||
21 | -------- | ||||
22 | :: | ||||
23 | |||||
24 | initialisation(LPC) | ||||
25 |