shithub: sl

ref: 12c9d2fc728b51aa1eb9a70d0d331eb9464912d9
dir: /src/types.h/

View raw version
#pragma once

sl_type *get_type(sl_v t);
sl_type *get_array_type(sl_v eltype);
sl_type *define_opaque_type(sl_v sym, usize sz, sl_cvtable *vtab, cvinitfunc_t init);
void relocate_typetable(void);