feisty meow concerns codebase  2.140
nechung_oracle.cpp File Reference
#include "nechung_oracle.h"
#include <basis/astring.h>
#include <filesystem/byte_filer.h>
#include <filesystem/file_time.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for nechung_oracle.cpp:

Go to the source code of this file.

Macros

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

Functions

bool is_eol (char to_check)
 

Variables

const int MAX_LINE_LENGTH = 2048
 hmmm: fix filter value to be ALWAYS_PRINT! More...
 

Macro Definition Documentation

◆ LOG

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

Definition at line 32 of file nechung_oracle.cpp.

Function Documentation

◆ is_eol()

Variable Documentation

◆ MAX_LINE_LENGTH

const int MAX_LINE_LENGTH = 2048

hmmm: fix filter value to be ALWAYS_PRINT!

Definition at line 35 of file nechung_oracle.cpp.

Referenced by nechung_oracle::pick_random().