shithub: sl

ref: 253107e36cdb715a21c1fc47cd119702f1a11285
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);