Subversion Repositories wimsdev

Rev

Rev 10 | Rev 4434 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 4417
Line 24... Line 24...
24
        /* This string tells scilab to exit. */
24
        /* This string tells scilab to exit. */
25
#define quitstring "\nquit\n"
25
#define quitstring "\nquit\n"
26
        /* The way to print a string in the program. */
26
        /* The way to print a string in the program. */
27
#define stringprinter "\"%s\"\n"
27
#define stringprinter "\"%s\"\n"
28
        /* This is scilab home page. To be kept up to date. */
28
        /* This is scilab home page. To be kept up to date. */
29
#define homepage "http://scilabsoft.inria.fr/"
29
#define homepage "http://www.scilab.org/"
30
        /* String to search for answers */
30
        /* String to search for answers */
31
char ans_str[]="\n-->";
31
char ans_str[]="\n-->";
32
 
32
 
33
char *nameofcmd="scilab -nw -ns";
33
char *nameofcmd="scilab -nw -ns";
34
int precision=9;
34
int precision=9;