ReactOS
0.4.16-dev-340-g0540c21
stat.h
Go to the documentation of this file.
1
/*
2
* ReactOS log2lines
3
* Written by Jan Roeloffzen
4
*
5
* - Statistics
6
*/
7
8
#pragma once
9
10
#include <stdio.h>
11
12
typedef
struct
summ_struct
13
{
14
int
translated
;
15
int
undo
;
16
int
redo
;
17
int
skipped
;
18
int
diff
;
19
int
majordiff
;
20
int
revconflicts
;
21
int
regfound
;
22
int
offset_errors
;
23
int
total
;
24
}
SUMM
, *
PSUMM
;
25
26
void
stat_print
(
FILE
*outFile,
PSUMM
psumm);
27
void
stat_clear
(
PSUMM
psumm);
28
29
/* EOF */
_iobuf
Definition:
mbstring.h:19
summ_struct
Definition:
stat.h:13
summ_struct::offset_errors
int offset_errors
Definition:
stat.h:22
summ_struct::translated
int translated
Definition:
stat.h:14
summ_struct::undo
int undo
Definition:
stat.h:15
summ_struct::skipped
int skipped
Definition:
stat.h:17
summ_struct::regfound
int regfound
Definition:
stat.h:21
summ_struct::total
int total
Definition:
stat.h:23
summ_struct::majordiff
int majordiff
Definition:
stat.h:19
summ_struct::revconflicts
int revconflicts
Definition:
stat.h:20
summ_struct::diff
int diff
Definition:
stat.h:18
summ_struct::redo
int redo
Definition:
stat.h:16
PSUMM
struct summ_struct * PSUMM
stat_print
void stat_print(FILE *outFile, PSUMM psumm)
Definition:
stat.c:17
SUMM
struct summ_struct SUMM
stat_clear
void stat_clear(PSUMM psumm)
Definition:
stat.c:41
sdk
tools
log2lines
stat.h
Generated on Fri Dec 13 2024 06:14:25 for ReactOS by
1.9.6