Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
repeat.c File Reference

Repeats given string given times. More...

#include "sysdefs.h"
#include <stdio.h>

Functions

int main (int argc, char **argv)
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )