1 /*
2   Init
3   Initialise other modules
4   JBS 15 June 1994
5 */
6 
7 #ifndef _INIT_
8 
9 #define _INIT_
10 
11 void init(void);
12 
13 #endif
14