Implement Sparse() for Linux.

This commit is contained in:
2019-04-29 00:07:02 +01:00
parent 840f6738e9
commit 2540c4cc2a
6 changed files with 318 additions and 235 deletions

View File

@@ -32,7 +32,7 @@ Copyright (C) 2011-2018 Natalia Portillo
#ifndef DIC_FSTESTER_SETTER_CONSTS_H
#define DIC_FSTESTER_SETTER_CONSTS_H
extern const char *filenames[] = {
static const char *filenames[] = {
"FILNAM",
"FILNAM.EXT",
"FILENAME",
@@ -105,6 +105,6 @@ extern const char *filenames[] = {
0};
#define CLAUNIA_SIZE 7
extern const unsigned char clauniaBytes[] = {0x43, 0x4C, 0x41, 0x55, 0x4E, 0x49, 0x41};
static const unsigned char clauniaBytes[] = {0x43, 0x4C, 0x41, 0x55, 0x4E, 0x49, 0x41};
#endif