native_module.py 107 B

1234
  1. import ffi
  2. show = ffi.func("v", "native_module_show", "s")
  3. add = ffi.func("i", "native_module_add", "ii")