summaryrefslogtreecommitdiff
path: root/SCI2CTmpResultsReports/lengthfinder/main_declarations.c
diff options
context:
space:
mode:
authorAnkit Raj2017-06-21 11:00:07 +0530
committerAnkit Raj2017-06-21 11:00:07 +0530
commitefd4b2645e3fd3c3cdd7b65501a0e7ae26d03c59 (patch)
tree65444449ab64db280008c59b08204ee775db26df /SCI2CTmpResultsReports/lengthfinder/main_declarations.c
parentb33afdb2311fbe8aad4c5c614c6098585fe2d279 (diff)
downloadScilab2C_fossee_old-efd4b2645e3fd3c3cdd7b65501a0e7ae26d03c59.tar.gz
Scilab2C_fossee_old-efd4b2645e3fd3c3cdd7b65501a0e7ae26d03c59.tar.bz2
Scilab2C_fossee_old-efd4b2645e3fd3c3cdd7b65501a0e7ae26d03c59.zip
Functions added - string related and signal processing
Diffstat (limited to 'SCI2CTmpResultsReports/lengthfinder/main_declarations.c')
-rw-r--r--SCI2CTmpResultsReports/lengthfinder/main_declarations.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/SCI2CTmpResultsReports/lengthfinder/main_declarations.c b/SCI2CTmpResultsReports/lengthfinder/main_declarations.c
new file mode 100644
index 0000000..f13612f
--- /dev/null
+++ b/SCI2CTmpResultsReports/lengthfinder/main_declarations.c
@@ -0,0 +1,8 @@
+
+ double x[1 * 5];
+ int __xSize[2] = {1, 5};;
+
+ double y;
+
+ double ans1;
+