Cthulhu  0.2.10
Cthulhu compiler collection
text_simple.c File Reference
#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"
Include dependency graph for text_simple.c:

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)
 

Macro Definition Documentation

◆ COLOUR_NOTE

#define COLOUR_NOTE   eColourGreen

Definition at line 19 of file text_simple.c.

◆ COLOUR_PATH

#define COLOUR_PATH   eColourBlue

Definition at line 20 of file text_simple.c.

Function Documentation

◆ text_report_simple()

STA_DECL void text_report_simple ( text_config_t  config,
const event_t event 
)

Definition at line 162 of file text_simple.c.