From f0e074cc43f04f58aafe00742b9748a09f77894f Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 4 May 2017 20:07:20 +0530 Subject: Toolbox working with scilab 6.0 --- macros/CCodeGeneration/lib | Bin 0 -> 1184 bytes macros/CCodeGeneration/names | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 macros/CCodeGeneration/lib create mode 100644 macros/CCodeGeneration/names (limited to 'macros/CCodeGeneration') diff --git a/macros/CCodeGeneration/lib b/macros/CCodeGeneration/lib new file mode 100644 index 0000000..9007df7 Binary files /dev/null and b/macros/CCodeGeneration/lib differ diff --git a/macros/CCodeGeneration/names b/macros/CCodeGeneration/names new file mode 100644 index 0000000..efbb400 --- /dev/null +++ b/macros/CCodeGeneration/names @@ -0,0 +1,23 @@ +C_FinalizeCode +C_ForExpression +C_Funcall +C_GenDeclarations +C_GenerateFunName +C_GenerateLaunchScript +C_GenerateMakefile +C_GenerateMakefile_msvc +C_GenerateSCI2CHeader +C_IfElseBlocks +C_IfExpression +C_IndentBlanks +C_InitHeader +C_MemAllocOutTempVars +C_SCI2CHeader +C_Type +C_WhileExpression +GenCFunDatFiles +GetClsFileName +GetSymbolDimension +GetWhileCondVariable +JoinDeclarAndCcode +Sci2AnnotationFile -- cgit