ReactOS
0.4.15-dev-8632-gbc8c7d1
log2lines.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdio.h>
4
#include <limits.h>
5
#include <
rsym.h
>
6
7
#include "
config.h
"
8
#include "
stat.h
"
9
#include "
list.h
"
10
11
12
struct
lineinfo_struct
13
{
14
int
valid
;
15
char
file1
[
LINESIZE
];
16
char
func1
[
NAMESIZE
];
17
int
nr1
;
18
char
file2
[
LINESIZE
];
19
char
func2
[
NAMESIZE
];
20
int
nr2
;
21
};
22
23
typedef
struct
lineinfo_struct
LINEINFO
;
24
25
extern
SUMM
summ
;
26
extern
LIST
cache
;
27
extern
FILE
*
logFile
;
28
extern
LINEINFO
lastLine
;
29
extern
LIST
sources
;
30
31
/* EOF */
LINESIZE
#define LINESIZE
Definition:
chargen.c:18
summ
SUMM summ
Definition:
log2lines.c:36
logFile
FILE * logFile
Definition:
tftpd.cpp:38
sources
LIST sources
Definition:
log2lines.c:32
cache
LIST cache
Definition:
log2lines.c:35
lastLine
LINEINFO lastLine
Definition:
log2lines.c:33
rsym.h
config.h
NAMESIZE
#define NAMESIZE
Definition:
config.h:31
list.h
_iobuf
Definition:
mbstring.h:19
lineinfo_struct
Definition:
log2lines.h:13
lineinfo_struct::nr1
int nr1
Definition:
log2lines.h:17
lineinfo_struct::nr2
int nr2
Definition:
log2lines.h:20
lineinfo_struct::file2
char file2[LINESIZE]
Definition:
log2lines.h:18
lineinfo_struct::valid
int valid
Definition:
log2lines.h:14
lineinfo_struct::file1
char file1[LINESIZE]
Definition:
log2lines.h:15
lineinfo_struct::func1
char func1[NAMESIZE]
Definition:
log2lines.h:16
lineinfo_struct::func2
char func2[NAMESIZE]
Definition:
log2lines.h:19
list_struct
Definition:
list.h:15
summ_struct
Definition:
stat.h:13
stat.h
sdk
tools
log2lines
log2lines.h
Generated on Mon Sep 9 2024 06:13:49 for ReactOS by
1.9.6