Project

General

Profile

Download (590 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* C code generated by lustrec
2
   Version number 1.1-Unversioned directory
3
   Code is C99 compliant
4
   Using (double) floating-point numbers */
5
   
6
#ifndef _CONV
7
#define _CONV
8

    
9
/* Imports standard library */
10
#include "/Users/Teme/Documents/GitHub/lustrec/include/lustrec/arrow.h"
11

    
12

    
13
/* Import dependencies */
14

    
15
/* Types definitions */
16

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

    
19
/* Structs declarations */
20

    
21
/* Nodes declarations */
22
extern double int_to_real (int in1
23
                           );
24

    
25
extern int real_to_int (double in1
26
                        );
27

    
28

    
29
#endif
30

    
(5-5/14)