Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "common_extra.h"
#include "memory/memory.h"
#include "format/notify.h"
#include "io/io.h"
#include "scan/node.h"
#include "std/map.h"
#include "std/str.h"
#include "std/typed/vector.h"
#include "std/vector.h"
#include "base/util.h"
#include "base/panic.h"
Go to the source code of this file.
Data Structures | |
struct | simple_t |
Macros | |
#define | COLOUR_NOTE eColourGreen |
#define | COLOUR_PATH eColourBlue |
Functions | |
STA_DECL void | text_report_simple (text_config_t config, const event_t *event) |
#define COLOUR_NOTE eColourGreen |
Definition at line 19 of file text_simple.c.
#define COLOUR_PATH eColourBlue |
Definition at line 20 of file text_simple.c.
STA_DECL void text_report_simple | ( | text_config_t | config, |
const event_t * | event | ||
) |
Definition at line 162 of file text_simple.c.