Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 414 → Rev 415

/svarcom/trunk/helpers.h
81,4 → 81,8
/* converts an ASCIIZ string into an unsigned short. returns 0 on success. */
int atouns(unsigned short *r, const char *s);
 
/* appends a backslash if path is a directory
* returns the (possibly updated) length of path */
unsigned short path_appendbkslash_if_dir(char *path);
 
#endif