fsautoproc
Basic file transformation automation management utility
|
Progress bar format and printing functions. More...
Go to the source code of this file.
Functions | |
void | printprogbar (long curr, long max) |
Print a progress bar to stdout. | |
Progress bar format and printing functions.
void printprogbar | ( | long | curr, |
long | max ) |
Print a progress bar to stdout.
curr | The current progress value. |
max | The maximum progress value. |