Rizin
unix-like reverse engineering framework and cli tools
|
Repeats given string given times. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Repeats given string given times.
This program can be useful when debugging run-length encoder in the Subblock filter, especially the condition when repeat count doesn't fit into 28-bit integer.
Definition in file repeat.c.
Definition at line 22 of file repeat.c.
References argv, count, test-lz4-list::exit, and NULL.