feisty meow concerns codebase  2.140
nechung.cpp File Reference

The application base for the Nechung Oracle Program (NOP). More...

Include dependency graph for nechung.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   program_wide_logger::get().log((s), 0)
 HOOPLE_STARTUP_CODE;. More...
 
#define DEFAULT_FORTUNE_FILE   "fortunes.dat"
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

The application base for the Nechung Oracle Program (NOP).

Definition in file nechung.cpp.

Macro Definition Documentation

◆ DEFAULT_FORTUNE_FILE

#define DEFAULT_FORTUNE_FILE   "fortunes.dat"

Definition at line 38 of file nechung.cpp.

◆ LOG

#define LOG (   s)    program_wide_logger::get().log((s), 0)

HOOPLE_STARTUP_CODE;.

Definition at line 35 of file nechung.cpp.

Function Documentation

◆ main()