#include <basis/guards.h>#include <basis/log_base.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Include dependency graph for hamming_analysis.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | static_class_name() "hamming analysis" |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 26 of file hamming_analysis.cpp.
| #define static_class_name | ( | ) | "hamming analysis" |
Definition at line 29 of file hamming_analysis.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 33 of file hamming_analysis.cpp.
References deadly_error, FUNCDEF, LOG, SET_DEFAULT_CONSOLE_LOGGER, and static_class_name.
Definition at line 24 of file hamming_analysis.cpp.
1.5.1