fsautoproc
Basic file transformation automation management utility
|
Progress bar format and printing implementation. More...
Macros | |
#define | PROGBARLEN 15 |
The fixed length of a formatted progress bar. | |
Functions | |
void | printprogbar (const long curr, const long max) |
Print a progress bar to stdout. | |
Progress bar format and printing implementation.
#define PROGBARLEN 15 |
The fixed length of a formatted progress bar.
void printprogbar | ( | long | curr, |
long | max ) |
Print a progress bar to stdout.
curr | The current progress value. |
max | The maximum progress value. |