fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
prog.h
Go to the documentation of this file.
1
3#ifndef FSAUTOPROC_PROG_H
4#define FSAUTOPROC_PROG_H
5
9void printprogbar(long curr, long max);
10
11#endif//FSAUTOPROC_PROG_H
void printprogbar(long curr, long max)
Print a progress bar to stdout.
Definition prog.c:11