factor/vm/entry_points.hpp

7 lines
74 B
C++
Raw Normal View History

namespace factor
{
typedef void (* c_to_factor_func_type)(cell quot);
}