Rizin
unix-like reverse engineering framework and cli tools
|
Creates bunch of test files to be compressed. More...
Go to the source code of this file.
Macros | |
#define | create_test(name) |
Functions | |
static bool | file_exists (const char *filename) |
static FILE * | file_create (const char *filename) |
static void | file_finish (FILE *file, const char *filename) |
static void | write_abc (FILE *file) |
static void | write_random (FILE *file) |
static void | write_text (FILE *file) |
int | main (void) |
Creates bunch of test files to be compressed.
Using a test file generator program saves space in the source code package considerably.
Definition in file create_compress_files.c.
#define create_test | ( | name | ) |
Definition at line 21 of file create_compress_files.c.
|
static |
Definition at line 50 of file create_compress_files.c.
References test-lz4-list::exit, file, benchmark::FILE, and NULL.
|
static |
int main | ( | void | ) |
Definition at line 152 of file create_compress_files.c.
References create_test, and create_tags_rz::text.
|
static |
|
static |
Definition at line 90 of file create_compress_files.c.
|
static |