Files

5 lines
107 B
Python
Raw Permalink Normal View History

2024-09-03 11:16:08 +08:00
import ffi
show = ffi.func("v", "native_module_show", "s")
add = ffi.func("i", "native_module_add", "ii")