mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
update ctypes
This commit is contained in:
parent
5bbb1ba948
commit
acaa60703c
@ -32,4 +32,4 @@ class c_longdouble(c_float):...
|
||||
|
||||
class Test(TinyObj):
|
||||
def add(self, c_uint1:c_uint, c_uint2:c_uint)->int:...
|
||||
def dc_cpuapdu_hex(self, slen:int, sendbuf:str, rlen:c_uint, rcvbuf:c_wchar_p) -> int:...
|
||||
def dc_cpuapdu_hex(self, slen:int, sendbuf:str, rlen:c_uint, rcvbuf:c_char_p) -> int:...
|
||||
|
Loading…
x
Reference in New Issue
Block a user