aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_rnd.pxd.in
blob: 742d529dae09d3ad399a06562cd9791025cf9c61 (plain)
1
2
3
4
5
6
7
8
from awlsim.common.cython_support cimport *
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_RND(AwlInsn):
	cdef _Bool __isPy2Compat

	cdef __run_python2(self)
	cdef __run_python3(self)
bues.ch cgit interface