Subversion Repositories SvarDOS

Rev

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

Rev 258 Rev 259
Line 8... Line 8...
8
 
8
 
9
#include <stdio.h>  /* printf(), fclose(), fopen()... */
9
#include <stdio.h>  /* printf(), fclose(), fopen()... */
10
#include <string.h> /* strcasecmp() */
10
#include <string.h> /* strcasecmp() */
11
#include <stdlib.h> /* malloc(), free() */
11
#include <stdlib.h> /* malloc(), free() */
12
 
12
 
13
#include "fdnpkg.h" /* PKGINST_SKIPLINKS... */
13
#include "pkginst.h" /* PKGINST_SKIPLINKS... */
14
#include "helpers.h" /* slash2backslash(), removeDoubleBackslashes()... */
14
#include "helpers.h" /* slash2backslash(), removeDoubleBackslashes()... */
15
#include "kprintf.h"
15
#include "kprintf.h"
16
#include "loadconf.h"
16
#include "loadconf.h"
17
#include "parsecmd.h"
17
#include "parsecmd.h"
18
 
18