summaryrefslogtreecommitdiff
path: root/src/Scilab2C/SCI2CTests/test001_LinearRegression/C_Code/main.h
blob: bc9517c4569c90030b8ef89c5a35da727d457d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
** ************************************************
** hArtes/POLIBA SCILAB2C
** Contact: raffaele.nutricato@tiscali.it
** ************************************************
*/
 
 
/*
** ----------------------- 
** --- SCI2C Includes. --- 
** ----------------------- 
*/
#include "../../../Scilab2C/CFiles/sci2cincludes/sci2clib.h"
/*
** --------------------------- 
** --- End SCI2C Includes. --- 
** --------------------------- 
*/
 
 
/*
** ------------------- 
** --- Prototypes. --- 
** ------------------- 
*/
SCI2Cint main();
/*
** ----------------------- 
** --- End Prototypes. --- 
** ----------------------- 
*/
 
 
/*
** ------------------------ 
** --- USER2C Includes. --- 
** ------------------------ 
*/
/*
** ---------------------------- 
** --- End USER2C Includes. --- 
** ---------------------------- 
*/