Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <ctu_format_api.h>
#include "format/format.h"
#include "core/analyze.h"
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | print_notify_t |
notification formatting options More... | |
Typedefs | |
typedef typedefCT_BEGIN_API struct event_t | event_t |
Enumerations | |
enum | notify_style_t { eNotifyBrief , eNotifyFull , eNotifyCount } |
notification style More... | |
Functions | |
CT_FORMAT_API void | print_notify (print_notify_t config, const event_t *event) |
format a single event for printing More... | |
CT_FORMAT_API void | print_notify_many (print_notify_t config, const typevec_t *events) |
format many events for printing More... | |