-
- Downloads
ffi: Implement ffivar.get()/set() methods.
Done by introducing another factored out helper API in binary.c. This API can be reused also by array and struct modules.
Showing
- examples/unix/ffi_example.py 1 addition, 0 deletionsexamples/unix/ffi_example.py
- py/binary.c 96 additions, 0 deletionspy/binary.c
- py/binary.h 7 additions, 0 deletionspy/binary.h
- py/objint.h 4 additions, 0 deletionspy/objint.h
- py/objint_longlong.c 0 additions, 2 deletionspy/objint_longlong.c
- py/py.mk 1 addition, 0 deletionspy/py.mk
- unix/ffi.c 21 additions, 0 deletionsunix/ffi.c
py/binary.c
0 → 100644
py/binary.h
0 → 100644
Please register or sign in to comment