Rev 4417 | Rev 5762 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4417 | Rev 4434 | ||
---|---|---|---|
Line 26... | Line 26... | ||
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://www.scilab.org/" |
29 | #define homepage "http://www.scilab.org/" |
30 | /* String to search for answers */ |
30 | /* String to search for answers */ |
- | 31 | ||
- | 32 | // old chroot: char ans_str[]="\n-->"; |
|
31 | char ans_str[]="\n |
33 | char ans_str[]="\n"; |
32 | 34 | ||
33 | char *nameofcmd="scilab -nw -ns"; |
35 | char *nameofcmd="scilab -nw -ns"; |
34 | int precision=9; |
36 | int precision=9; |
35 | char header[]="\ |
37 | char header[]="\ |
36 | "; |
38 | "; |