File: periX11.h

package info (click to toggle)
scilab 2.2-4
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 31,472 kB
  • ctags: 21,963
  • sloc: fortran: 110,983; ansic: 89,717; makefile: 3,016; sh: 1,892; csh: 150; cpp: 101
file content (39 lines) | stat: -rw-r--r-- 1,112 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
/*-------------BEGIN--------------------------------------------------------
---------------------------------------------------------------------------*/

 extern int drawarc_();
 extern int fillarcs_();
 extern int drawarcs_();
 extern int fillpolyline_();
 extern int drawaxis_();
 extern int cleararea_();
 extern int clearwindow_();
 extern int xclick_();
 extern int xclick_any_();
 extern int xgetmouse_();
 extern int xend_();
 extern int fillarc_();
 extern int viderbuff_();
 extern int fillrectangle_();
 extern int MissileGCget_();
 extern int initgraphic_();
 extern int drawpolyline_();
 extern int fillpolylines_();
 extern int drawpolylines_();
 extern int drawpolymark_();
 extern int displaynumbers_();
 extern int xpause_();
 extern int drawrectangle_();
 extern int drawrectangles_();
 extern int drawsegments_();
 extern int xselgraphic_();
 extern int MissileGCset_();
 extern int SetDriver_();
 extern int displaystring_();
 extern int boundingbox_();
 extern int drawarrows_();
 extern int loadfamily_();
 extern int xinfo_();
/*---------------------END------------------------------*/