Subversion Repositories SvarDOS

Rev

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

Rev 1972 Rev 2232
Line 2... Line 2...
2
 * This file is part of pkg (SvarDOS)
2
 * This file is part of pkg (SvarDOS)
3
 * Copyright (C) 2013-2024 Mateusz Viste
3
 * Copyright (C) 2013-2024 Mateusz Viste
4
 */
4
 */
5
 
5
 
6
#include <stdio.h>   /* fopen, fclose... */
6
#include <stdio.h>   /* fopen, fclose... */
7
#include <string.h>  /* strcasecmp() */
7
#include <strings.h> /* strcasecmp() */
8
 
8
 
9
#include "helpers.h"
9
#include "helpers.h"
10
 
10
 
11
#include "lsm.h"     /* include self for control */
11
#include "lsm.h"     /* include self for control */
12
 
12