OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
system.h
Go to the documentation of this file.
1 #ifndef system_HEADER
2 #define system_HEADER
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 /* SYSTEM.H */
9 
10 int getfilename( char *filename );
11 
12 int get_input_string( char *prompt, char *string );
13 
14 int verify( char **text,
15  int n );
16 
17 char *pickfile( char *path,
18  char attrib,
19  char *title );
20 
21 void displayinfo( char *text[],
22  int nlines );
23 
24 char *currentdir( void );
25 
26 void showdir( void );
27 
28 void listdirs( void );
29 
30 void changedir( void );
31 
32 void createdir( void );
33 
34 void deletedir( void );
35 
36 void viewfile( char *filespec, int height );
37 
38 void listfiles( char *filespec );
39 
40 void deletefile( void );
41 
42 void movefile( void );
43 
44 void filecopy( char *from, char *to );
45 
46 void copyfile( void );
47 
48 void diskspace( void );
49 
50 void changedrive( void );
51 
52 void showdrive( void );
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 
59 #endif
void filecopy(char *from, char *to)
char * currentdir(void)
void changedir(void)
void diskspace(void)
void listfiles(char *filespec)
char * pickfile(char *path, char attrib, char *title)
void showdrive(void)
void deletedir(void)
void createdir(void)
int getfilename(char *filename)
void movefile(void)
os2<< "> n<< " > nendobj n
int verify(char **text, int n)
void displayinfo(char *text[], int nlines)
void listdirs(void)
void copyfile(void)
int get_input_string(char *prompt, char *string)
void showdir(void)
void viewfile(char *filespec, int height)
void deletefile(void)
void changedrive(void)