Subversion Repositories SvarDOS

Rev

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

Rev 406 Rev 410
Line 76... Line 76...
76
void file_fname2fcb(char *dst, const char *src);
76
void file_fname2fcb(char *dst, const char *src);
77
 
77
 
78
/* converts a FCB filename (FILENAMEEXT) into normal format (FILENAME.EXT) */
78
/* converts a FCB filename (FILENAMEEXT) into normal format (FILENAME.EXT) */
79
void file_fcb2fname(char *dst, const char *src);
79
void file_fcb2fname(char *dst, const char *src);
80
 
80
 
-
 
81
/* converts an ASCIIZ string into an unsigned short. returns 0 on success. */
-
 
82
int atouns(unsigned short *r, const char *s);
-
 
83
 
81
#endif
84
#endif