1 2 3 4 5 6 7 8
// Logic for formatting types #pragma once #include "../ast.h" #include "../stdlib/datatypes.h" Text_t format_type(type_ast_t *type);