Go to the source code of this file.
Defines | |
#define | LOG_FILE_NAME "DATA/gabbie.log" |
#define | Lprintf(format,) |
#define | Lputchar(c) ( putchar(c), putc(c, gFpLog) ) |
Variables | |
const int | gDictionaryHashSize = 21000 |
const int | gKbaseInstHashSize = 900 |
const int | gKbaseNameHashSize = 800 |
const int | gKbaseClassHashSize = 50 |
const int | gTvChanTabSize = 200 |
const int | gTvIndexSize = 40000 |
const int | gPalmBufSize = 8192 |
const int | gMaxLineSize = 1024 |
const int | gMaxName = 128 |
const int | gPalmAgeCutoff = 90 |
Palm: Cutoff for old datebook entries (in days). | |
FILE * | gFpLog |
|
|
|
Value: ( printf(format, ## __VA_ARGS__), \ fprintf(gFpLog, format, ## __VA_ARGS__) ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Palm: Cutoff for old datebook entries (in days).
|
|
|
|
|
|
|