1
|
/* C code generated by lustrec
|
2
|
SVN version number 0.1-382M
|
3
|
Code is C99 compliant */
|
4
|
|
5
|
#ifndef _CLOCKS7
|
6
|
#define _CLOCKS7
|
7
|
|
8
|
/* Imports standard library */
|
9
|
#include "/usr/local/include/lustrec/arrow.h"
|
10
|
|
11
|
|
12
|
/* Import dependencies */
|
13
|
|
14
|
/* Types definitions */
|
15
|
|
16
|
typedef enum _enum_clocks7_1 { Off, On } choice1;
|
17
|
|
18
|
typedef enum _enum_clocks7_2 { Down, Up } choice2;
|
19
|
|
20
|
/* Global constant (declarations, definitions are in C file) */
|
21
|
|
22
|
/* Struct declarations */
|
23
|
|
24
|
/* Nodes declarations */
|
25
|
extern void toto_step (int x,
|
26
|
int (*y)
|
27
|
);
|
28
|
|
29
|
|
30
|
#endif
|
31
|
|