File: loader.sce

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (60 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// generated by builder.sce: Please do not edit this file
// ------------------------------------------------------
libexamples_path=get_file_path('loader.sce');
functions=[ 'ex1c';
            'ex1f';
            'ex2c_1';
            'ex2c_2';
            'ex2f_1';
            'ex2f_2';
            'ex3c_1';
            'ex3c_2';
            'ex3c_3';
            'ex4c_1';
            'ex4c_2';
            'ex4c_3';
            'ex4c_4';
            'ex4f_1';
            'ex4f_2';
            'ex4f_3';
            'ex4f_4';
            'ex5c_1';
            'ex5c_2';
            'ex6c_1';
            'ex6c_2';
            'ex6c_3';
            'ex6c_4';
            'ex7c_1';
            'ex7c_2';
            'ex7c_3';
            'ex8c_1';
            'ex8c_2';
            'ex9c_1';
            'ex9c_2';
            'ex9c_3';
            'ex9c_4';
            'ex9f_1';
            'ex9f_2';
            'ex9f_3';
            'ex9f_4';
            'ex10c_1';
            'ex10c_2';
            'ex10c_3';
            'ex10c_4';
            'ex11c';
            'ex12c';
            'ex12f';
            'ex13c_1';
            'ex13c_2';
            'ex13c_3';
            'ex13f_1';
            'ex13f_2';
            'ex13f_3';
            'ex14c';
            'ex14f';
            'ex15c';
            'ex15f';
            'ex16c';
            'ex17c';
];
addinter(libexamples_path+'/libexamples.so','libexamples',functions);