raised the version
[neuro.git] / templates / template_source
blob08e64fcc65dc75f69bc0829ca1621f466db6c96c
1 /* module.c
2  * Module : Module
3  */
5 /*-------------------- Extern Headers Including --------------------*/
8 /*-------------------- Local Headers Including ---------------------*/
10 /*-------------------- Main Module Header --------------------------*/
11 #include "module.h"
14 /*--------------------      Other       ----------------------------*/
16 /*-------------------- Global Variables ----------------------------*/
18 /*-------------------- Static Variables ----------------------------*/
20 /*-------------------- Static Prototypes ---------------------------*/
24 /*-------------------- Static Functions ----------------------------*/
26 /*-------------------- Global Functions ----------------------------*/
28 /*-------------------- Poll ----------------------------------------*/
30 void
31 Module_Poll()
33         
36 /*-------------------- Constructor Destructor ----------------------*/
38 int
39 Module_Init()
41         return 0;
44 void
45 Module_Clean()
47