Files

5 lines
111 B
Python
Raw Permalink Normal View History

2025-09-30 11:56:06 +08:00
import ffi
show = ffi.func("v", "native_module_show", "s")
add = ffi.func("i", "native_module_add", "ii")