Subversion Repositories svn1

Rev

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

Rev 75 Rev 77
Line 36... Line 36...
36
extern int  n_cols;
36
extern int  n_cols;
37
extern int  rubout;                              /* users rubout character */
37
extern int  rubout;                              /* users rubout character */
38
extern int  abort_flag;                          /* Abort character detected */
38
extern int  abort_flag;                          /* Abort character detected */
39
extern int  fnc_opr;                             /* Function key pushed */
39
extern int  fnc_opr;                             /* Function key pushed */
40
extern int  leg;                                 /* Leg under investigation */
40
extern int  leg;                                 /* Leg under investigation */
-
 
41
extern int  last_loaded_leg;                     /* Last Leg loaded */
41
 
42
 
42
 
43
 
43
int         main( int argc, char *argv[] );
44
int         main( int argc, char *argv[] );
44
void        usage( void );
45
void        usage( void );
45
void        ms_system( void );
46
void        ms_system( void );