DCL 4.0
|
#include <dcl/Config.h>
#include <string.h>
#include <dcl/Charset.h>
#include <dcl/File.h>
#include <dcl/Dir.h>
#include <dcl/Writer.h>
#include "APEv2.h"
#include "main.h"
#include "TagCounter.h"
Go to the source code of this file.
Macros | |
#define | __TRACE_THIS 0 |
#define | __DCL_TRACE1_N(fmt, arg) |
#define | __DCL_TRACE2_N(fmt, arg1, arg2) |
#define | __DCL_TRACE3_N(fmt, arg1, arg2, arg3) |
#define __DCL_TRACE1_N | ( | fmt, | |
arg ) |
Definition at line 26 of file TagCounter.cpp.
#define __DCL_TRACE2_N | ( | fmt, | |
arg1, | |||
arg2 ) |
Definition at line 27 of file TagCounter.cpp.
#define __DCL_TRACE3_N | ( | fmt, | |
arg1, | |||
arg2, | |||
arg3 ) |
Definition at line 28 of file TagCounter.cpp.
#define __TRACE_THIS 0 |
Definition at line 20 of file TagCounter.cpp.