]> git.ipfire.org Git - thirdparty/sarg.git/blame - documentation/totger.txt
Optimize away a useless strcpy.
[thirdparty/sarg.git] / documentation / totger.txt
CommitLineData
448f27de
FM
1/*! \file totger.c
2\brief Compute the total of the general report.
3*/
4
5
6/*! \fn int totalger(const char *dirname, int debug, const char *outdir)
7Append a TOTAL line into the \c sarg-general file containing the total of the numerical
8columns of that file.
9
10\param dirname The directory containing the \c sarg-general file.
11\param debug \c True to output the debug informations.
12\param outdir Unused.
13
14*/