diff options
Diffstat (limited to 'src/Scilab2C/SCI2CTests/test999_WorkingDir/C_Code/main.h')
-rw-r--r-- | src/Scilab2C/SCI2CTests/test999_WorkingDir/C_Code/main.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/Scilab2C/SCI2CTests/test999_WorkingDir/C_Code/main.h b/src/Scilab2C/SCI2CTests/test999_WorkingDir/C_Code/main.h new file mode 100644 index 00000000..bc9517c4 --- /dev/null +++ b/src/Scilab2C/SCI2CTests/test999_WorkingDir/C_Code/main.h @@ -0,0 +1,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. ---
+** ----------------------------
+*/
|