Cthulhu  0.2.10
Cthulhu compiler collection
notify2.h File Reference
#include <ctu_format_api.h>
#include "format/format.h"
#include "core/analyze.h"
#include <stdbool.h>
Include dependency graph for notify2.h:
This graph shows which files directly or indirectly include this file:

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...
 

Typedef Documentation

◆ event_t

typedef struct event_t event_t

Definition at line 12 of file notify2.h.