fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
prog.h File Reference

Progress bar format and printing functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void printprogbar (long curr, long max)
 Print a progress bar to stdout.
 

Detailed Description

Progress bar format and printing functions.

Function Documentation

◆ printprogbar()

void printprogbar ( long curr,
long max )

Print a progress bar to stdout.

Parameters
currThe current progress value.
maxThe maximum progress value.
Here is the caller graph for this function: