factor/vm/entry_points.hpp

8 lines
151 B
C++

namespace factor
{
typedef void (* c_to_factor_func_type)(cell quot);
typedef void (* unwind_native_frames_func_type)(cell quot, stack_frame *to);
}