Cthulhu  0.2.10
Cthulhu compiler collection
fmt_options_t Struct Reference

generic print options More...

#include <format.h>

Collaboration diagram for fmt_options_t:

Data Fields

arena_tarena
 temporary arena More...
 
io_tio
 io buffer More...
 
const colour_pallete_tpallete
 colour pallete to use More...
 

Detailed Description

generic print options

Definition at line 34 of file format.h.

Field Documentation

◆ arena

arena_t* fmt_options_t::arena

temporary arena

Definition at line 37 of file format.h.

◆ io

io_t* fmt_options_t::io

io buffer

Definition at line 40 of file format.h.

◆ pallete

const colour_pallete_t* fmt_options_t::pallete

colour pallete to use

Definition at line 43 of file format.h.


The documentation for this struct was generated from the following file: