Subversion Repositories SvarDOS

Rev

Rev 1964 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 2232
Line 7... Line 7...
7
 
7
 
8
 
8
 
9
#include <ctype.h>    /* tolower() */
9
#include <ctype.h>    /* tolower() */
10
#include <direct.h>   /* provides the mkdir() prototype */
10
#include <direct.h>   /* provides the mkdir() prototype */
11
#include <string.h>   /* */
11
#include <string.h>   /* */
-
 
12
#include <strings.h>  /* strcasecmp() */
12
#include <stdio.h>    /* sprintf() */
13
#include <stdio.h>    /* sprintf() */
13
#include <stdlib.h>   /* atoi() */
14
#include <stdlib.h>   /* atoi() */
14
#include <sys/stat.h> /* mkdir() */
15
#include <sys/stat.h> /* mkdir() */
15
 
16
 
16
#include "trim.h"
17
#include "trim.h"