Project

General

Profile

Download (611 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* C code generated by lustrec
2
   SVN version number 338
3
   Code is C99 compliant */
4
   
5
#ifndef _CONV
6
#define _CONV
7

    
8
/* Imports standard library */
9
#include "/usr/local/include/lustrec/arrow.h"
10

    
11

    
12
/* Import dependencies */
13

    
14
/* Types definitions */
15

    
16
/* Global constant (declarations, definitions are in C file) */
17

    
18
/* Struct declarations */
19

    
20
/* Nodes declarations */
21
extern void int_to_real_step (int in1, 
22
                              double (*out)
23
                              );
24

    
25
extern void real_to_int_step (double in1, 
26
                              int (*out)
27
                              );
28

    
29

    
30
#endif
31

    
(3-3/6)