Subversion Repositories SvarDOS

Rev

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

Rev 225 Rev 227
Line 10... Line 10...
10
#include <stdio.h>  /* printf(), fclose(), fopen()... */
10
#include <stdio.h>  /* printf(), fclose(), fopen()... */
11
#include <string.h> /* strcasecmp() */
11
#include <string.h> /* strcasecmp() */
12
#include <stdlib.h> /* malloc(), free() */
12
#include <stdlib.h> /* malloc(), free() */
13
 
13
 
14
#include "crc32.h"  /* crc32() */
14
#include "crc32.h"  /* crc32() */
15
#include "fdnpkg.h" /* PKGINST_NOSOURCE, PKGINST_SKIPLINKS... */
15
#include "fdnpkg.h" /* PKGINST_SKIPLINKS... */
16
#include "helpers.h" /* slash2backslash(), removeDoubleBackslashes()... */
16
#include "helpers.h" /* slash2backslash(), removeDoubleBackslashes()... */
17
#include "kprintf.h"
17
#include "kprintf.h"
18
#include "loadconf.h"
18
#include "loadconf.h"
19
#include "parsecmd.h"
19
#include "parsecmd.h"
20
#include "version.h"
20
#include "version.h"