Subversion Repositories SvarDOS

Rev

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

Rev 410 Rev 415
Line 79... Line 79...
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. */
81
/* converts an ASCIIZ string into an unsigned short. returns 0 on success. */
82
int atouns(unsigned short *r, const char *s);
82
int atouns(unsigned short *r, const char *s);
83
 
83
 
-
 
84
/* appends a backslash if path is a directory
-
 
85
 * returns the (possibly updated) length of path */
-
 
86
unsigned short path_appendbkslash_if_dir(char *path);
-
 
87
 
84
#endif
88
#endif