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

Go to the source code of this file.

Data Structures

struct  fmt_options_t
 generic print options More...
 

Macros

#define FMT_HEADING(id, name)   id,
 

Typedefs

typedef typedefCT_BEGIN_API struct arena_t arena_t
 
#define CT_DEFAULT_HEADER_STYLE   eHeadingGeneric
 
enum  fmt_heading_t { eHeadingCount }
 line heading style More...
 
typedef fmt_heading_t heading_style_t
 
typedef fmt_options_t print_options_t
 

Macro Definition Documentation

◆ CT_DEFAULT_HEADER_STYLE

#define CT_DEFAULT_HEADER_STYLE   eHeadingGeneric

Definition at line 30 of file format.h.

◆ FMT_HEADING

#define FMT_HEADING (   id,
  name 
)    id,

Definition at line 19 of file format.h.

Typedef Documentation

◆ arena_t

typedef typedefCT_BEGIN_API struct arena_t arena_t

Definition at line 7 of file format.h.

◆ heading_style_t

Definition at line 25 of file format.h.

◆ print_options_t

Definition at line 46 of file format.h.