shithub: sl

ref: 10eda615542dc0e9c419ee91fecebb51d0c42202
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);