Subversion Repositories SvarDOS

Rev

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

Rev 255 Rev 256
Line 11... Line 11...
11
#include <string.h>   /* */
11
#include <string.h>   /* */
12
#include <stdio.h>    /* sprintf() */
12
#include <stdio.h>    /* sprintf() */
13
#include <stdlib.h>   /* atoi() */
13
#include <stdlib.h>   /* atoi() */
14
#include <sys/stat.h> /* mkdir() */
14
#include <sys/stat.h> /* mkdir() */
15
 
15
 
16
#include "rtrim.h"
16
#include "trim.h"
17
#include "helpers.h"
17
#include "helpers.h"
18
 
18
 
19
 
19
 
20
/* change all / to \ in a string */
20
/* change all / to \ in a string */
21
void slash2backslash(char *str) {
21
void slash2backslash(char *str) {