Cthulhu  0.2.10
Cthulhu compiler collection
type.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 
3 #pragma once
4 
5 #include "ctu/sema/sema.h"
6 
7 tree_t *ctu_sema_type(ctu_sema_t *sema, const ctu_t *type);
tree_t * ctu_sema_type(ctu_sema_t *sema, const ctu_t *type)
Definition: type.c:114
Definition: ast.h:86
Definition: tree.h:67