summaryrefslogtreecommitdiffstatshomepage
path: root/py/binary.h
Commit message (Collapse)AuthorAge
* ffi: Implement ffivar.get()/set() methods.Paul Sokolovsky2014-02-14
Done by introducing another factored out helper API in binary.c. This API can be reused also by array and struct modules.