shithub: sl

ref: daf109ca9fc190db105b7dc75e2bd84c13dba312
dir: /src/types.h/

View raw version
#pragma once

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