Subversion Repositories SvarDOS

Rev

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

Rev 1965 Rev 2235
Line 2... Line 2...
2
 * This file is part of pkg (SvarDOS).
2
 * This file is part of pkg (SvarDOS).
3
 * Copyright (C) 2012-2024 Mateusz Viste
3
 * Copyright (C) 2012-2024 Mateusz Viste
4
 */
4
 */
5
 
5
 
6
#include <stdio.h>  /* printf(), fclose(), fopen()... */
6
#include <stdio.h>  /* printf(), fclose(), fopen()... */
-
 
7
#include <string.h>
7
#include <string.h> /* strcasecmp() */
8
#include <strings.h> /* strcasecmp() */
8
#include <stdlib.h> /* malloc(), free() */
9
#include <stdlib.h> /* malloc(), free() */
9
 
10
 
10
#include "helpers.h" /* slash2backslash(), removeDoubleBackslashes()... */
11
#include "helpers.h" /* slash2backslash(), removeDoubleBackslashes()... */
11
#include "svarlang.lib\svarlang.h"
12
#include "svarlang.lib/svarlang.h"
12
 
13
 
13
#include "loadconf.h"
14
#include "loadconf.h"
14
 
15
 
15
 
16
 
16
void freeconf(struct customdirs **dirlist) {
17
void freeconf(struct customdirs **dirlist) {