Subversion Repositories SvarDOS

Rev

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

Rev 392 Rev 396
Line 55... Line 55...
55
void file_truename(const char *src, char *dst);
55
void file_truename(const char *src, char *dst);
56
 
56
 
57
/* returns DOS attributes of file, or -1 on error */
57
/* returns DOS attributes of file, or -1 on error */
58
int file_getattr(const char *fname);
58
int file_getattr(const char *fname);
59
 
59
 
-
 
60
/* returns screen's width (in columns) */
-
 
61
unsigned short screen_getwidth(void);
-
 
62
 
-
 
63
/* returns screen's height (in rows) */
-
 
64
unsigned short screen_getheight(void);
-
 
65
 
-
 
66
/* displays the "Press any key to continue" msg and waits for a keypress */
-
 
67
void press_any_key(void);
-
 
68
 
60
#endif
69
#endif