shithub: sl

ref: 1820b6e70a22e92f69dab14a1d2368b98b96d501
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);