scilab2c — Scilab to C Converter
scilab2c(); scilab2c("PATH/script_to_translate.sci", "PATH/generated_c_code.c"); scilab2c("PATH/script_to_translate.sci", "PATH/generated_c_code.c", "PATH_TO_ADDITIONNAL_FUNCTIONS"); scilab2c("PATH/script_to_translate.sci", "PATH/generated_c_code.c", "PATH_TO_ADDITIONNAL_FUNCTIONS", RunMode);
This file should contain the scilab function we want to translate.
This file will contain the C code translate from the script.
This is the path to look in for additional user defined functions.
Must be "All", "Translate" or "GenLibraryStructure"
//FIXME : Must explain here which parameter does what ?