Subversion Repositories SvarDOS

Rev

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

Rev 1965 Rev 2235
Line 4... Line 4...
4
 */
4
 */
5
 
5
 
6
#include <ctype.h>    /* toupper() */
6
#include <ctype.h>    /* toupper() */
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <string.h>    /* strlen() */
8
#include <string.h>    /* strlen() */
-
 
9
#include <strings.h>
9
#include <stdlib.h>    /* free() */
10
#include <stdlib.h>    /* free() */
10
#include <unistd.h>    /* rmdir(), unlink() */
11
#include <unistd.h>    /* rmdir(), unlink() */
11
#include <direct.h>  /* watcom needs this for the rmdir() prototype */
12
#include <direct.h>  /* watcom needs this for the rmdir() prototype */
12
 
13
 
13
#include "helpers.h"   /* slash2backslash() */
14
#include "helpers.h"   /* slash2backslash() */
14
#include "svarlang.lib\svarlang.h"
15
#include "svarlang.lib/svarlang.h"
15
 
16
 
16
#include "pkgrem.h"
17
#include "pkgrem.h"
17
 
18
 
18
 
19
 
19
struct dirliststruct {
20
struct dirliststruct {