File: totger.txt

package info (click to toggle)
sarg 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,456 kB
  • sloc: ansic: 17,692; sh: 4,581; xml: 371; javascript: 352; php: 205; makefile: 183; sed: 16; pascal: 2
file content (14 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*! \file totger.c
\brief Compute the total of the general report.
*/


/*! \fn int totalger(const char *dirname, int debug, const char *outdir)
Append a TOTAL line into the \c sarg-general file containing the total of the numerical
columns of that file.

\param dirname The directory containing the \c sarg-general file.
\param debug \c True to output the debug informations.
\param outdir Unused.

*/