blob: 94988dd693a87fb92f122524841ead82ba2a7ccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
void output_text(FILE *pfile)
{
for (pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext())
{
if (pc->GetTrackingData() != nullptr)
{
if (many > 1)
{
}
#define \
EXTRA_LOG_2
char *old_one = nullptr;
}
}
} // output_text
void dump_step(const char *filename, const char *step_description)
{
static int file_num = 0;
char buffer[256];
FILE *dump_file;
fclose(dump_file);
} // dump_step
|